Skip to content

swgalaxymap.com maximized map by regs01

Screenshot of swgalaxymap.com maximized map

Details

Authorregs01

LicenseMIT

Categoryswgalaxymap.com

Created

Updated

Size810 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Maximize map over entire window (100% width and 100% height)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         swgalaxymap.com maximized map
@version      20240306.02.00
@namespace    https://userstyles.world/user/coth
@description  Maximize map over entire window (100% width and 100% height)
@author       coth
@license      MIT
==/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;
}
}

Reviews

No reviews yet.