fix <summary> margins

pull/173/head
Aevann 2023-07-29 02:14:23 +03:00
parent 6a2a048bc0
commit ff6cfcaa38
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
p, summary {
margin-top: 0;
margin-bottom: 1rem;
}
@ -5679,7 +5679,7 @@ lite-youtube.lyt-activated > .lty-playbtn {
.comment .comment-body .comment-text {
padding-top: 5px;
}
p {
p, summary {
margin-bottom: 7px;
}
}