mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 05:57:40 +03:00
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:
parent
6cb9fa7c69
commit
c4d97f6393
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue