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

Fix wrong belt stats

This commit is contained in:
tobspr
2020-05-18 23:58:30 +02:00
parent a60d23da77
commit 14edac0f93
3 changed files with 15 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#ingame_HUD_EntityDebugger {
position: absolute;
@include S(right, 30px);
@include S(top, 250px);
@include S(top, 200px);
font-size: 14px;
line-height: 16px;
@@ -37,7 +37,7 @@
.data {
@include S(width, 150px);
@include S(height, 50px);
@include S(height, 130px);
}
}
}