mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
feat(core): ✨ allow drawer menu to expand in smaller screen
This commit is contained in:
parent
29e7d849af
commit
5a5b4aab0b
|
@ -33,7 +33,7 @@
|
||||||
&__menu {
|
&__menu {
|
||||||
--size-icon: 1rem;
|
--size-icon: 1rem;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat( auto-fit, 15rem );
|
grid-template-columns: repeat( auto-fit, minmax( 15rem, auto ) );
|
||||||
gap: var( --space-sm );
|
gap: var( --space-sm );
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
max-width: 92vw;
|
max-width: 92vw;
|
||||||
|
|
Loading…
Reference in a new issue