diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-06-25 10:01:06 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-06-25 10:01:06 +0200 | 
| commit | 3108716934dfc26c4f93eb60001f37065fef3186 (patch) | |
| tree | 08f243497cf6f6632ce2ac9b105c936bf2833ac1 /client-web/style/menu.sass | |
| parent | 018adcfbf7b8662a187b4c287434521fe43f4f9e (diff) | |
| download | keks-meet-3108716934dfc26c4f93eb60001f37065fef3186.tar keks-meet-3108716934dfc26c4f93eb60001f37065fef3186.tar.bz2 keks-meet-3108716934dfc26c4f93eb60001f37065fef3186.tar.zst | |
flexbox is not flexible enough
Diffstat (limited to 'client-web/style/menu.sass')
| -rw-r--r-- | client-web/style/menu.sass | 12 | 
1 files changed, 4 insertions, 8 deletions
| diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index 1c5d8f1..2e020b3 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -6,15 +6,17 @@  .control-bar      background-color: var(--bg)      padding: 0.75em -    width: calc(100% - 1.5em) +    width: auto      border: 0px solid transparent      display: flex      align-items: center      justify-content: center      z-index: 100 +.main +    position: relative  .info-br -    position: fixed +    position: absolute      bottom: 0px      right: 0px      display: block @@ -25,9 +27,3 @@      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 | 
