Maybe a plain button would be best?

This commit is contained in:
Stefano Pigozzi 2024-09-23 05:04:34 +02:00
parent 0d60b222b4
commit efc1191ebd
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0
2 changed files with 1 additions and 2 deletions

View file

@ -639,7 +639,6 @@
}
:is(.spoiler-button, .spoiler-media-button) .spoiler-text {
color: var(--text-insignificant-color);
word-wrap: anywhere;
}

View file

@ -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}