In the extra small mobile layout make give up/downvote numbers enough room so they aren't clipping out of their box

This commit is contained in:
Butter Cat 2024-07-26 16:58:27 -04:00
parent 6cb9fa7c69
commit c4d97f6393
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419

View file

@ -2066,11 +2066,12 @@ th {
}
.comment_score {
min-width: 32px;
min-width: 34px;
height: 20px;
font-size: 15px;
font-size: 12px;
padding: 7px 0px;
margin-right: -5px;
align-content: center;
}
#post_links > li {