diff --git a/maps/tether/tether_defines.dm b/maps/tether/tether_defines.dm index 0f259ff7c1..8ab531a236 100644 --- a/maps/tether/tether_defines.dm +++ b/maps/tether/tether_defines.dm @@ -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 diff --git a/nano/css/layout_default.css b/nano/css/layout_default.css index 5fd86e155a..47002ef5d5 100644 --- a/nano/css/layout_default.css +++ b/nano/css/layout_default.css @@ -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 {