Maximize map over entire window (100% width and 100% height)
当前为
/* ==UserStyle==
@name swgalaxymap.com maximized map
@version r1
@description Maximize map over entire window (100% width and 100% height)
@author coth
@license MIT
@namespace https://greasyfork.org/users/707341
==/UserStyle== */
@-moz-document url-prefix("https://hbernberg.carto.com/builder/6650a85d-b115-4680-ab97-721bf8a41a90/embed"), domain("swgalaxymap.com") {
div.m_iframe {
display: block !important;
position: fixed !important;
top: 0px !important;
left: 0px !important;
width: 100vw !important;
height: 100vh !important;
}
div.m_iframe > iframe {
height: 100vh !important;
}
.CDB-Embed-tab {
padding: 0px !important;
}
.CDB-Dashboard-canvas {
background: black !important;
}
.btn-container > .kofi-button {
display: none !important;
}
}