mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-25 16:49:26 +01:00
Improve (folded) comments padding
This commit is contained in:
parent
f929ac052e
commit
f8dfe34a3d
@ -163,6 +163,12 @@ body.sepia .comments > .comment {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
body.sepia .comment details {
|
||||
padding-top: 8px;
|
||||
}
|
||||
body.sepia .comment details:not([open]) {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
body.sepia .md .md-spoiler-text:not(.revealed),
|
||||
body.sepia .md .md-spoiler-text:active:not(.revealed),
|
||||
body.sepia .md .md-spoiler-text:focus:not(.revealed),
|
||||
|
Loading…
Reference in New Issue
Block a user