summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battlemap/www')
-rw-r--r-- | src/battlemap/www/index.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/battlemap/www/index.html b/src/battlemap/www/index.html index 82e2cef..35c7e75 100644 --- a/src/battlemap/www/index.html +++ b/src/battlemap/www/index.html @@ -142,6 +142,45 @@ content: "x"; } + .battlemap-footer + { + display: flex; + } + + .battlemap-footer-tabmenu + { + flex: 1; + + display: flex; + flex-direction: column; + } + + .battlemap-footer-tabmenu-selector + { + flex: 1; + + display: flex; + flex-direction: row; + justify-content: space-between; + } + + .battlemap-footer-tabmenu-selector button + { + flex: 1; + } + + .battlemap-footer-tabmenu-content + { + flex: initial; + } + + .battlemap-footer-manualcontrols + { + flex: initial; + + display: flex; + flex-direction: column; + } </style> </head> <body> |