op-packages/luci-theme-spectra/htdocs/luci-static/spectra/css/Control.FullScreen.min.css
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

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;
}