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

Reordered continue and added new game button

This commit is contained in:
Jaysc
2020-06-11 15:17:50 +01:00
parent ef3d492b41
commit f4d1e5447d
4 changed files with 120 additions and 27 deletions

View File

@@ -264,6 +264,11 @@
@include S(margin-top, 15px);
}
.newGameButton {
@include S(margin-top, 15px);
@include S(margin-left, 15px);
}
.savegames {
@include S(max-height, 105px);
overflow-y: auto;