Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 2: Line 2:
.leaflet-container {
.leaflet-container {
   background: black !important;
   background: black !important;
}
.leaflet-container:fullscreen {
    transform: translate3d(0,0,1px) !important;
}
.leaflet-container:-webkit-full-screen {
    transform: translate3d(0,0,1px) !important;
}
}


Line 296: Line 288:
         float: none !important;
         float: none !important;
         width: 100% !important;
         width: 100% !important;
        margin: 0 !important;
        padding: 4px 0 !important;
     }
     }