MediaWiki:Mobile.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 71: Line 71:
/*-------------------------09-06-2026---------------------*/
/*-------------------------09-06-2026---------------------*/
@media screen and (max-width: 767px) {
@media screen and (max-width: 767px) {
     .author-moving {
     .mf-section-0 > p:has(> span[style*="float:right"]) {
         visibility: hidden;
         visibility: hidden;
    }
    .author-fixed {
        visibility: visible !important;
     }
     }
}
}