mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-11 21:24:03 -05:00
Adjust spacing on setting sub-nav items when below mobile size (#32137)
This commit is contained in:
parent
784d1bfb29
commit
09cf617d7f
@ -226,6 +226,10 @@ $content-width: 840px;
|
|||||||
gap: 5px;
|
gap: 5px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
@media screen and (max-width: $mobile-breakpoint) {
|
||||||
|
flex: 1 0 50%;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user