Improve (folded) comments padding

This commit is contained in:
ltGuillaume 2021-01-19 22:28:39 +01:00
parent f929ac052e
commit f8dfe34a3d
1 changed files with 6 additions and 0 deletions

View File

@ -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),