mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-21 10:03:48 -05:00
Fixes drawer so stuff doesn't overflow
This commit is contained in:
parent
7151ec7680
commit
571576d6f7
@ -7,7 +7,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawer {
|
.drawer {
|
||||||
width: 17%;
|
flex-grow: 1 !important;
|
||||||
|
flex-basis: 200px !important;
|
||||||
|
min-width: 268px;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user