summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-12-01 11:10:03 +0100
committernsensfel <SpamShield0@noot-noot.org>2017-12-01 11:10:03 +0100
commit8e1b3049072575543b3bde2b7954f52167a53459 (patch)
tree9334880456347d34d0d02107e49f97bc24243dc0 /src/battlemap/www
parentc40ed5e32999c83c91a65b5ca8f62f2e3bdeb724 (diff)
Updates the way the targets are displayed.
Diffstat (limited to 'src/battlemap/www')
-rw-r--r--src/battlemap/www/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css
index 251ab0e..ad632a5 100644
--- a/src/battlemap/www/style.css
+++ b/src/battlemap/www/style.css
@@ -153,7 +153,15 @@
.battlemap-tabmenu
{
flex-grow: 1;
- height: inherit;
+ display: flex;
+ flex-direction: column;
+ flex-wrap: wrap;
+ width: inherit;
+}
+
+.battlemap-side-bar-targets
+{
+ flex-grow: 1;
display: flex;
flex-direction: column;
flex-wrap: wrap;