diff options
author | tpart <tpart120@proton.me> | 2023-06-24 21:10:00 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2023-06-24 21:10:00 +0200 |
commit | 6a324f996721a756e329e1b7406dc2db69e99fdb (patch) | |
tree | fa41cfe95b1c78935ee5c1be13767fe9c495ba62 /client-web/public | |
parent | e554ae15844dfafa589dad979e994b2db21164f9 (diff) | |
download | keks-meet-6a324f996721a756e329e1b7406dc2db69e99fdb.tar keks-meet-6a324f996721a756e329e1b7406dc2db69e99fdb.tar.bz2 keks-meet-6a324f996721a756e329e1b7406dc2db69e99fdb.tar.zst |
New nav bar
Diffstat (limited to 'client-web/public')
-rw-r--r-- | client-web/public/assets/style/menu.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css index 73f7125..4f5e786 100644 --- a/client-web/public/assets/style/menu.css +++ b/client-web/public/assets/style/menu.css @@ -9,11 +9,12 @@ background-color: var(--bg); padding: 0.5em; position: fixed; - bottom: 0.5em; + bottom: 0; border: 0px solid transparent; - border-radius: 5px; - left: 50%; - transform: translateX(-50%); + display: flex; + align-items: center; + justify-content: center; + width: 100%; z-index: 100; } |