MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 576: | Line 576: | ||
body:not(.mw-editable).skin-minerva #page-actions-viewsource { | body:not(.mw-editable).skin-minerva #page-actions-viewsource { | ||
display: none !important; | display: none !important; | ||
} | |||
} | |||
/* Mobile - logged out users - move Share icon to right */ | |||
@media screen and (max-width: 767px) { | |||
body:not(.mw-editable).skin-minerva .page-actions-menu__list { | |||
display: flex !important; | |||
justify-content: flex-end !important; | |||
width: 100% !important; | |||
} | } | ||
} | } | ||