tweak css for post utilities bar

This commit is contained in:
rimu 2024-09-07 18:44:51 +12:00
parent 4fde5480d3
commit 943bcc34cd
2 changed files with 6 additions and 8 deletions

View file

@ -950,7 +950,7 @@ div.navbar {
.post_utilities_bar_wrapper { .post_utilities_bar_wrapper {
position: absolute; position: absolute;
bottom: -7px; bottom: -9px;
width: 97%; width: 97%;
} }
@ -977,12 +977,11 @@ div.navbar {
} }
.post_utilities_bar .post_replies_link { .post_utilities_bar .post_replies_link {
display: flex; display: flex;
width: 44px; min-width: 44px;
height: 44px; height: 44px;
padding: 3px; padding: 3px;
justify-content: center;
align-items: center; align-items: center;
margin-left: -6px; margin-left: -3px;
} }
.post_utilities_bar .voting_buttons_new { .post_utilities_bar .voting_buttons_new {
display: flex; display: flex;

View file

@ -545,7 +545,7 @@ div.navbar {
.post_utilities_bar_wrapper { .post_utilities_bar_wrapper {
position: absolute; position: absolute;
bottom: -7px; bottom: -9px;
width: 97%; width: 97%;
} }
@ -571,12 +571,11 @@ div.navbar {
.post_replies_link { .post_replies_link {
display: flex; display: flex;
width: $min-touch-target; min-width: $min-touch-target;
height: $min-touch-target; height: $min-touch-target;
padding: 3px; padding: 3px;
justify-content: center;
align-items: center; align-items: center;
margin-left: -6px; margin-left: -3px;
} }
.voting_buttons_new { .voting_buttons_new {