mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-30 05:09:18 +03:00
Fix spoiler bug again
This commit is contained in:
parent
f6897ef4d8
commit
c6c18aae09
1 changed files with 3 additions and 3 deletions
|
@ -317,9 +317,9 @@ function Status({
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<div
|
<div
|
||||||
class={`content-container ${spoilerText ? 'has-spoiler' : ''} ${
|
class={`content-container ${
|
||||||
showSpoiler ? 'show-spoiler' : ''
|
spoilerText || sensitive ? 'has-spoiler' : ''
|
||||||
}`}
|
} ${showSpoiler ? 'show-spoiler' : ''}`}
|
||||||
style={
|
style={
|
||||||
size === 'l' && {
|
size === 'l' && {
|
||||||
'--content-text-weight':
|
'--content-text-weight':
|
||||||
|
|
Loading…
Add table
Reference in a new issue