mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
css tweak
This commit is contained in:
parent
3662749188
commit
42ffe009dc
2 changed files with 16 additions and 0 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue