MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
| (24 intermediate revisions by the same user not shown) | |||
| Line 583: | Line 583: | ||
@media screen and (max-width: 767px) { | @media screen and (max-width: 767px) { | ||
body:not(.mw-editable).skin-minerva .page-actions-menu__list { | body:not(.mw-editable).skin-minerva #p-views.page-actions-menu__list.minerva-icon-only-menu { | ||
display: flex !important; | display: flex !important; | ||
justify-content: flex-end !important; | justify-content: flex-end !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | |||
body:not(.mw-editable).skin-minerva #custom-share-li { | |||
margin-left: auto !important; | |||
} | |||
} | |||
/*--------------------------------11-06-2026----------------------------------*/ | |||
.ekatra-right-author { | |||
text-align: right !important; | |||
width: 100%; | |||
display: block; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
.ekatra-right-author p { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 1.3 !important; | |||
} | |||
.poem .ekatra-right-author + br { | |||
display: none !important; | |||
} | |||
/* Hide empty paragraphs generated after right author blocks */ | |||
.ekatra-right-author + p:empty, | |||
.ekatra-right-author + p > br:only-child, | |||
.ekatra-right-author + p { | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
line-height: 0 !important; | |||
} | |||
/*----------------------------------22-06-2026----------------------------------*/ | |||
/* Mobile only - Force editor overlay visible */ | |||
@media screen and (max-width: 768px) { | |||
.mw-overlays-container .overlay.editor-overlay { | |||
opacity: 1 !important; | |||
background-color: #fff !important; | |||
} | } | ||
} | } | ||
/*----------------------------------25-06-2026-----------------------------------*/ | |||