/* This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet) which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ .control-bar { background-color: var(--bg); padding: 0.75em; width: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } .main { position: relative; } .info-br { position: absolute; bottom: 0px; right: 0px; display: block; text-align: right; } .info-br a { color: lightgrey; } .info-br .version { font-size: medium; font-weight: bold; color: white; padding: 0.5em; }