mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -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;
|
height: 44px;
|
||||||
line-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 {
|
.post_utilities_bar .notify_toggle {
|
||||||
margin-left: auto; /* pull right */
|
margin-left: auto; /* pull right */
|
||||||
}
|
}
|
||||||
|
|
|
@ -581,6 +581,15 @@ time {
|
||||||
min-width: $min-touch-target;
|
min-width: $min-touch-target;
|
||||||
height: $min-touch-target;
|
height: $min-touch-target;
|
||||||
line-height: $min-touch-target;
|
line-height: $min-touch-target;
|
||||||
|
|
||||||
|
.dropdown-item {
|
||||||
|
white-space: unset;
|
||||||
|
line-height: 30px;
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.notify_toggle {
|
.notify_toggle {
|
||||||
|
|
Loading…
Add table
Reference in a new issue