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----------------------------------*/ | ||
/* 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-----------------------------------*/ | |||