css tweak

This commit is contained in:
rimu 2024-12-22 15:43:28 +13:00
parent 3662749188
commit 42ffe009dc
2 changed files with 16 additions and 0 deletions

View file

@ -981,6 +981,13 @@ time {
height: 44px;
line-height: 44px;
}
.post_utilities_bar div .dropdown-item {
white-space: unset;
line-height: 30px;
}
.post_utilities_bar div .dropdown-item:active {
line-height: 26px;
}
.post_utilities_bar .notify_toggle {
margin-left: auto; /* pull right */
}

View file

@ -581,6 +581,15 @@ time {
min-width: $min-touch-target;
height: $min-touch-target;
line-height: $min-touch-target;
.dropdown-item {
white-space: unset;
line-height: 30px;
&:active {
line-height: 26px;
}
}
}
.notify_toggle {