small css tweak #394

This commit is contained in:
rimu 2024-12-22 14:40:29 +13:00
parent 2288510cf2
commit 1b8fc214db
2 changed files with 16 additions and 0 deletions

View file

@ -1384,6 +1384,13 @@ time {
margin-left: auto; /* pull right */ margin-left: auto; /* pull right */
font-size: 87%; font-size: 87%;
} }
.comment .comment_actions .dropdown-item {
white-space: unset;
line-height: 30px;
}
.comment .comment_actions .dropdown-item:active {
line-height: 26px;
}
.comment .replies { .comment .replies {
margin-top: 0; margin-top: 0;
border-left: solid 1px #ddd; border-left: solid 1px #ddd;

View file

@ -1046,6 +1046,15 @@ time {
margin-left: auto; /* pull right */ margin-left: auto; /* pull right */
font-size: 87%; font-size: 87%;
} }
.dropdown-item {
white-space: unset;
line-height: 30px;
&:active {
line-height: 26px;
}
}
} }
.replies { .replies {