MediaWiki:Mobile.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
(fixing issue with user menu not showing)
No edit summary
Line 503: Line 503:
.citizen-menu__card,
.citizen-menu__card,
.citizen-drawer__card {
.citizen-drawer__card {
  bottom: unset !important;
bottom: unset !important;
  top: 50px !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;
}
}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.