forked from rDrama/rDrama
1
0
Fork 0

smaller space between comment lines on mobile

master
Aevann 2023-03-11 14:45:00 +02:00
parent ade898ca29
commit eb837be37d
1 changed files with 5 additions and 0 deletions

View File

@ -5247,6 +5247,11 @@ span.green {
padding-right: 20px;
cursor: pointer;
}
@media (max-width: 767.98px) {
.comment .comment-collapse-desktop {
padding-right: 15px;
}
}
.comment .comment-collapse-desktop:hover {
border-left-color: var(--white) !important;
}