summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/battlemap/www')
-rw-r--r--src/battlemap/www/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css
index 4044e38..251ab0e 100644
--- a/src/battlemap/www/style.css
+++ b/src/battlemap/www/style.css
@@ -30,6 +30,8 @@
width: inherit;
height: inherit;
word-wrap: break-word;
+ display: flex;
+ flex-direction: column;
}
.battlemap-footer
@@ -150,22 +152,30 @@
/** Footer ********************************************************************/
.battlemap-tabmenu
{
- flex: 1;
+ flex-grow: 1;
height: inherit;
+ display: flex;
+ flex-direction: column;
+ flex-wrap: wrap;
+ width: inherit;
}
.battlemap-manual-controls
{
+ max-height: 30%;
+ width: inherit;
flex: initial;
display: flex;
- flex-direction: column;
+ flex-direction: row;
+ flex-wrap: wrap;
}
/**** Tabmenu *****************************************************************/
.battlemap-tabmenu-selector
{
display: flex;
flex-direction: row;
+ flex-wrap: wrap;
justify-content: space-between;
}