The method is simple. Have .gm-menu > * > * { display: none; }
Then in a media query (for the single mobile breakpoint): .gm-menubutton:hover > .gm-menu > * > * { display: inline-block; }
Tested and works - just needs to be implemented in glass-maker itself.
The method is simple. Have .gm-menu > * > * { display: none; }
Then in a media query (for the single mobile breakpoint): .gm-menubutton:hover > .gm-menu > * > * { display: inline-block; }
Tested and works - just needs to be implemented in glass-maker itself.