mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
tweak css for post utilities bar
This commit is contained in:
parent
4fde5480d3
commit
943bcc34cd
2 changed files with 6 additions and 8 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue