1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix hub marker being hidden by building info panel

This commit is contained in:
tobspr
2020-06-21 21:05:51 +02:00
parent 0b8f7cdf65
commit 2ca5dc9715
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
#ingame_HUD_Waypoints {
position: absolute;
@include S(right, 10px);
@include S(top, 60px);
@include S(top, 45px);
display: flex;
flex-direction: column;
@include DarkThemeInvert();