Minor UX fixes

This commit is contained in:
tobspr 2020-05-17 13:27:44 +02:00
parent 68769cb7ef
commit 8df17b9035
4 changed files with 9 additions and 2 deletions

View File

@ -25,6 +25,7 @@
opacity: 0.9;
@include S(margin-left, 5px);
position: relative;
@include IncreasedClickArea(0px);
@include DarkThemeInvert;

View File

@ -26,7 +26,12 @@
grid-auto-flow: row;
@include S(grid-gap, 10px);
background: rgba(0, 10, 20, 0.1);
@include S(padding, 20px);
@include S(padding, 10px);
@include S(border-radius, $globalBorderRadius);
button {
background-color: #eee;
color: #55585a;
}
}
}

View File

@ -232,6 +232,7 @@
@include S(height, 30px);
padding: 0;
align-self: center;
@include IncreasedClickArea(0px);
background: #44484a uiResource("icons/play.png") center center / 40% no-repeat;
}

View File

@ -67,7 +67,7 @@ demoBanners:
mainMenu:
play: Play
importSavegame: Import Savegame
importSavegame: Import
openSourceHint: This game is open source!
discordLink: Official Discord Server