diff options
author | tpart <tpart120@proton.me> | 2023-09-23 22:06:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-23 22:11:30 +0200 |
commit | c283c98446d21adb0d5a3513ea0bde9e9b08a511 (patch) | |
tree | 2bf7aa0a4036993ffbc1e74246a446b2ed077e9f /client-web/style/menu.sass | |
parent | bfcbe5a95d870b8080d33cbbacf3fde36c476e69 (diff) | |
download | keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar.bz2 keks-meet-c283c98446d21adb0d5a3513ea0bde9e9b08a511.tar.zst |
Fix CSS and add new chat design
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'client-web/style/menu.sass')
-rw-r--r-- | client-web/style/menu.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index f2f7868..26a9cfd 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -6,10 +6,11 @@ .control-bar background-color: var(--bg) padding: 0.75em - z-index: 100 width: auto display: flex flex-wrap: wrap + align-items: center + justify-content: center .main position: relative @@ -19,7 +20,6 @@ right: 0px display: block text-align: right - z-index: 100 .info-br .version font-size: medium |