mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix markers on nanomaps to the new map size of 140.
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
return ..()
|
||||
|
||||
// For making the 6-in-1 holomap, we calculate some offsets
|
||||
#define TETHER_MAP_SIZE 120 // Width and height of compiled in tether z levels.
|
||||
#define TETHER_MAP_SIZE 140 // Width and height of compiled in tether z levels.
|
||||
#define TETHER_HOLOMAP_CENTER_GUTTER 40 // 40px central gutter between columns
|
||||
#define TETHER_HOLOMAP_MARGIN_X ((HOLOMAP_ICON_SIZE - (2*TETHER_MAP_SIZE) - TETHER_HOLOMAP_CENTER_GUTTER) / 2) // 100
|
||||
#define TETHER_HOLOMAP_MARGIN_Y ((HOLOMAP_ICON_SIZE - (3*TETHER_MAP_SIZE)) / 2) // 60
|
||||
|
||||
@@ -70,9 +70,9 @@ body {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -240px 0 0 -240px; /* VOREStation Edit - Tether map is small */
|
||||
width: 120px; /* VOREStation Edit - Tether map is small */
|
||||
height: 120px; /* VOREStation Edit - Tether map is small */
|
||||
margin: -280px 0 0 -280px; /* VOREStation Edit - Tether map is small */
|
||||
width: 140px; /* VOREStation Edit - Tether map is small */
|
||||
height: 140px; /* VOREStation Edit - Tether map is small */
|
||||
overflow: hidden;
|
||||
zoom: 4;
|
||||
}
|
||||
@@ -81,16 +81,16 @@ body {
|
||||
position: absolute;
|
||||
bottom: 1px;
|
||||
left: 1px;
|
||||
width: 120px; /* VOREStation Edit - Tether map is small */
|
||||
height: 120px; /* VOREStation Edit - Tether map is small */
|
||||
width: 140px; /* VOREStation Edit - Tether map is small */
|
||||
height: 140px; /* VOREStation Edit - Tether map is small */
|
||||
}
|
||||
|
||||
#uiMapContent {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
width: 120px; /* VOREStation Edit - Tether map is small */
|
||||
height: 120px; /* VOREStation Edit - Tether map is small */
|
||||
width: 140px; /* VOREStation Edit - Tether map is small */
|
||||
height: 140px; /* VOREStation Edit - Tether map is small */
|
||||
}
|
||||
|
||||
#uiMapFooter {
|
||||
|
||||
Reference in New Issue
Block a user