diff options
| author | metamuffin <metamuffin@disroot.org> | 2022-09-10 01:06:35 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2022-09-10 01:06:35 +0200 |
| commit | 691fb9eb867cf9901ec6848be90e3a7810860e3d (patch) | |
| tree | 4228a2c38fffd415a209d93b21abcb7293209493 /client-web/public/assets/style/menu.css | |
| parent | 429dc2d5375abf8ca9c3861bdc4bdff52a31b0e4 (diff) | |
| download | keks-meet-691fb9eb867cf9901ec6848be90e3a7810860e3d.tar keks-meet-691fb9eb867cf9901ec6848be90e3a7810860e3d.tar.bz2 keks-meet-691fb9eb867cf9901ec6848be90e3a7810860e3d.tar.zst | |
overlay css changed
Diffstat (limited to 'client-web/public/assets/style/menu.css')
| -rw-r--r-- | client-web/public/assets/style/menu.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css new file mode 100644 index 0000000..15df272 --- /dev/null +++ b/client-web/public/assets/style/menu.css @@ -0,0 +1,27 @@ + + +.bottom-menu { + background-color: var(--bg); + padding: 0.5em; + position: fixed; + bottom: 0.5em; + border: 0px solid transparent; + border-radius: 5px; + left: 50%; + transform: translateX(-50%); + z-index: 100; +} + +.menu-br { + position: fixed; + bottom: 0px; + right: 0px; + display: block; + text-align: right; +} +.menu-br .version { + font-size: medium; + font-weight: bold; + color: var(--ac-light); + padding: 0.5em; +} |