MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(13 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-top: 8px !important;
        opacity: 1 !important;
    margin-bottom: 4px !important;
        background-color: #fff !important;
     padding: 0 !important;
     }
    line-height: 1.2;
 
}
}
/*----------------------------------25-06-2026-----------------------------------*/