mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Remove opacity from spoiler content
This commit is contained in:
parent
5478e407aa
commit
88297fa17e
1 changed files with 0 additions and 6 deletions
|
@ -198,9 +198,6 @@
|
|||
filter: url(#spoiler-dark);
|
||||
}
|
||||
}
|
||||
.status .content-container.has-spoiler .spoiler ~ .content ~ * {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.status .content-container.show-spoiler .spoiler {
|
||||
border-style: dotted;
|
||||
}
|
||||
|
@ -210,9 +207,6 @@
|
|||
pointer-events: auto;
|
||||
user-select: auto;
|
||||
}
|
||||
.status .content-container.has-spoiler .spoiler ~ .content ~ * {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.timeline-deck .status .content {
|
||||
max-height: 50vh;
|
||||
|
|
Loading…
Reference in a new issue