mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-24 22:44:43 +01:00
Maybe a plain button would be best?
This commit is contained in:
parent
0d60b222b4
commit
efc1191ebd
2 changed files with 1 additions and 2 deletions
|
@ -639,7 +639,6 @@
|
|||
}
|
||||
|
||||
:is(.spoiler-button, .spoiler-media-button) .spoiler-text {
|
||||
color: var(--text-insignificant-color);
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
|
|
|
@ -1890,7 +1890,7 @@ function Status({
|
|||
{(!!spoilerText || !!sensitive) && !readingExpandSpoilers && (
|
||||
<>
|
||||
<button
|
||||
class={`light spoiler-button media-first-spoiler-button ${
|
||||
class={`plain spoiler-button media-first-spoiler-button ${
|
||||
showSpoiler ? 'spoiling' : ''
|
||||
}`}
|
||||
lang={language}
|
||||
|
|
Loading…
Add table
Reference in a new issue