mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 14:59:26 +01:00
fix spoiler text not always showing when focused
This commit is contained in:
parent
aeeeaa76b7
commit
75fde29855
@ -1466,6 +1466,11 @@ code {
|
|||||||
background: #fff0;
|
background: #fff0;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
.md .md-spoiler-text:not(.revealed):active p,
|
||||||
|
.md .md-spoiler-text:not(.revealed):focus p,
|
||||||
|
.md .md-spoiler-text:not(.revealed):hover p {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
#user .info {
|
#user .info {
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user