MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 624: Line 624:


/*----------------------------------22-06-2026----------------------------------*/
/*----------------------------------22-06-2026----------------------------------*/
.Poem2-Ekatra p:empty,
/* Mobile only - Force editor overlay visible */
.Poem2-Ekatra p > br:only-child {
@media screen and (max-width: 768px) {
    display: none !important;
 
}
    .mw-overlays-container .overlay.editor-overlay {
        opacity: 1 !important;
        background-color: #fff !important;
    }


.ekatra-right-author {
    display: block;
    width: 100%;
    text-align: right !important;
    margin: 4px 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}
}
/*----------------------------------25-06-2026-----------------------------------*/