diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:24:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:24:54 +0200 |
commit | 01d446dfb5931acb5b187d6c5394257d2804eb9d (patch) | |
tree | 0e60876adfaf42bac5af7f2fd20c172bc59134ea /client-web/style/menu.sass | |
parent | 87945a8ee7f239d51871274d1de329882910a47d (diff) | |
download | keks-meet-01d446dfb5931acb5b187d6c5394257d2804eb9d.tar keks-meet-01d446dfb5931acb5b187d6c5394257d2804eb9d.tar.bz2 keks-meet-01d446dfb5931acb5b187d6c5394257d2804eb9d.tar.zst |
merge tpart/master
Diffstat (limited to 'client-web/style/menu.sass')
-rw-r--r-- | client-web/style/menu.sass | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index ec1c35c..0ca804e 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -3,16 +3,14 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin <metamuffin@disroot.org> - -.bottom-menu +.control-bar background-color: var(--bg) - padding: 0.5em - position: fixed - bottom: 0.5em border: 0px solid transparent - border-radius: 5px - left: 50% - transform: translateX(-50%) + display: flex + align-items: center + justify-content: center + width: 100% + height: 64px z-index: 100 .menu-br @@ -27,3 +25,9 @@ font-weight: bold color: var(--ac-light) padding: 0.5em + +.info-br + position: absolute + right: 0.5em + bottom: calc(64px + 0.5em) + text-align: right |