MediaWiki:Common.css: Difference between revisions

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


/*----------------------------------22-06-2026----------------------------------*/
/*----------------------------------22-06-2026----------------------------------*/
.ekatra-right-author {
/* Mobile only - Force editor overlay visible */
     display: block;
@media screen and (max-width: 768px) {
    width: 100%;
 
    text-align: right !important;
     .mw-overlays-container .overlay.editor-overlay {
     margin: 0;
        opacity: 1 !important;
    padding: 0;
        background-color: #fff !important;
     }
 
}
}
/*----------------------------------25-06-2026-----------------------------------*/