summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-17 20:01:18 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-17 20:01:18 +0200 |
commit | 6a1fd777ae92f5ee1fffb1ffd1c7b72b9b4edd79 (patch) | |
tree | bba630e18a2bc9c38c243565e9a4e1d2eaa250db /src/battlemap/www/style.css | |
parent | 0bbcb6c8429bb9a25aafe5595129470f1c30ced9 (diff) |
Seems better now.
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r-- | src/battlemap/www/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index b3a9e46..ecf5f70 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -6,13 +6,13 @@ { display: grid; - grid-template-columns: 1fr; + grid-template-columns: 100%; grid-template-rows: 2em calc(100% - 4em) 2em; } .battlemap-main-menu { - grid-row: 1 + grid-row: 1; display: flex; @@ -30,8 +30,7 @@ .battlemap-help { - grid-row: 3 - + grid-row: 3; } /** Main Content **************************************************************/ @@ -90,7 +89,7 @@ } /** Tab Menu Specifics ********************************************************/ -.battlemap-tabmenu-selector +.battlemap-main-menu { display: flex; flex-direction: row; @@ -98,7 +97,7 @@ justify-content: space-between; } -.battlemap-tabmenu-selector button +.battlemap-main-menu button { flex: 1; |