feat(core): tweak more menu spacing

This commit is contained in:
alistair3149 2023-08-22 14:02:50 -07:00
parent d17f39d053
commit dc9f6f034c
No known key found for this signature in database
GPG key ID: 16076C01E5C88864
2 changed files with 4 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{
"name": "mediawiki-skins-Citizen",
"name": "Citizen",
"version": "2.7.11",
"lockfileVersion": 3,
"requires": true,

View file

@ -40,8 +40,10 @@
top: 100%;
right: ~'calc( var( --space-xs ) * -1 )'; // counteract margin
z-index: @z-index-page-header; // So the popups inside will be higher than content
display: grid;
gap: var( --space-xs );
max-height: 60vh;
padding: 0.5rem 0;
padding: var( --space-xs ) 0;
margin: var( --space-xs );
overflow: auto;
font-size: 0.875rem;