Tech, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Administrators
12,473
edits
Bongolium500 (talk | contribs) (fixing issue with user menu not showing) |
Bongolium500 (talk | contribs) No edit summary |
||
Line 503: | Line 503: | ||
.citizen-menu__card, | .citizen-menu__card, | ||
.citizen-drawer__card { | .citizen-drawer__card { | ||
bottom: unset !important; | |||
top: 50px !important; | |||
} | } | ||
@media screen and (max-width: 1119px) { | @media screen and (max-width: 1119px) { | ||
Line 512: | Line 512: | ||
transform: translateY(66%); | transform: translateY(66%); | ||
} | } | ||
} | |||
/* hide the arrows on the menu buttons on Safari (and other WebKit-based browsers) */ | |||
details.citizen-menu__dropdown summary::-webkit-details-marker { | |||
display: none; | |||
} | } | ||
edits