MediaWiki:Common.css: Difference between revisions

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


/*----------------------------------22-06-2026----------------------------------*/
/*----------------------------------22-06-2026----------------------------------*/
/* Remove extra spacing from empty paragraphs in Poem2 */
/* Mobile only - Force editor overlay visible */
.Poem2-Ekatra p {
@media screen and (max-width: 768px) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}


/* Hide truly empty paragraphs */
    .mw-overlays-container .overlay.editor-overlay {
.Poem2-Ekatra p:empty {
        opacity: 1 !important;
    display: none !important;
        background-color: #fff !important;
}
    }


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