mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-02 15:39:31 +08:00
16 lines
1001 B
CSS
16 lines
1001 B
CSS
|
|
.fullscreen-icon{background-image:url(icon-fullscreen.png)}.leaflet-retina .fullscreen-icon{background-image:url(icon-fullscreen-2x.png);background-size:26px 26px}.leaflet-container:-webkit-full-screen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:-ms-fullscreen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:full-screen{width:100%!important;height:100%!important;z-index:99999}.leaflet-container:fullscreen{width:100%!important;height:100%!important;z-index:99999}.leaflet-pseudo-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:99999}
|
|
|
|
.leaflet-control-zoom-fullscreen {
|
|
display: flex !important;
|
|
justify-content: center !important;
|
|
align-items: center !important;
|
|
width: 30px !important;
|
|
height: 30px !important;
|
|
}
|
|
|
|
.leaflet-control-zoom-fullscreen .fas.fa-expand {
|
|
font-size: 16px !important;
|
|
margin-top: 2px !important;
|
|
line-height: 1 !important;
|
|
} |