mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +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 {
|
||||
--size-icon: 1rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat( auto-fit, 15rem );
|
||||
grid-template-columns: repeat( auto-fit, minmax( 15rem, auto ) );
|
||||
gap: var( --space-sm );
|
||||
justify-content: center;
|
||||
max-width: 92vw;
|
||||
|
|
Loading…
Reference in a new issue