MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(20 intermediate revisions by the same user not shown)
Line 622: Line 622:
     line-height: 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-----------------------------------*/