summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-01-08 16:34:11 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-01-08 16:34:11 +0100 |
commit | 57be42cfe07f717c394186db77c89e1c9996f8f8 (patch) | |
tree | a78995ca48a2db21fc15065f1e6489425685d529 /src/battlemap/www/style.css | |
parent | 8dda34f5c19f7b8352668da3ae8a41929ef03dd9 (diff) |
Now display character 'portraits' on the menu.
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r-- | src/battlemap/www/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index adac354..c8d8fab 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -197,3 +197,21 @@ { flex: initial; } + +/******************************************************************************/ +.battlemap-character-portrait +{ + margin: 0.5em; + box-sizing: border-box; + border: 2px solid rgba(0,0,0,0.5); + border-radius: 25px 25px 0 25px; + width: 128px; + height: 128px; +} + +.battlemap-tabmenu-characters-tab +{ + display: flex; + flex-direction: row; + flex-wrap: wrap; +} |