Compacts HE's dynmap so it sucks less
HE Dynmap Compactor by Astralchroma

Details
AuthorAstralchroma
LicenseAll Rights Reserved
Categorysurvival.horizonsend.net, creative.horizonsend.net
Created
Updated
Code size1.3 kB
Code checksumf35d356e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name HE Dynmap Compactor
@version 20250425.19.47
@namespace https://userstyles.world/user/Astralchroma
@description Compacts HE's dynmap so it sucks less
@author Astralchroma
@license All Rights Reserved
==/UserStyle== */
@-moz-document url-prefix("https://survival.horizonsend.net/"), url-prefix("https://creative.horizonsend.net") {
.subsection.world {
display: flex !important;
align-items: center !important;
border: none !important;
margin: 0 !important;
}
.maplist.sublist {
margin-left: auto !important;
}
.map.item {
width: 16px !important;
height: 16px !important;
margin: 2px !important;
padding: 2px !important;
}
.map.item .maptype {
background-size: 14px 14px !important;
background-position: 1px 1px !important;
}
.compass_flat,.compass_S,.compass_E,.compass_W,.compass_S {
margin-right: 200px;
right: 0;
}
.compass,.compass_NE,.compass_SE,.compass_NW,.compass_SW {
margin-right: 200px;
right: 10px;
}
.scrollup,.scrolldown {
display: none !important;
}
.panel {
display: grid;
grid-template-rows: minmax(50%, min-content) minmax(min-content, auto);
height: 100vh;
}
.section .list {
overflow-y: auto !important;
scrollbar-gutter: stable;
}
.worldlist, .playerlist {
height: 100% !important;
}
}