fix(public.scss): increase footer width

Signed-off-by: Grigory V <scratchx@gmx.com>
This commit is contained in:
Grigory V 2026-04-04 18:52:32 +02:00
parent 9a24eaa275
commit 8ff9eaa588

View file

@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#body-public {
--footer-height: calc(2lh + 2 * var(--default-grid-baseline)); // Set the initial value, will be updated programmatically to match the actual height
--footer-height: calc(4lh + 2 * var(--default-grid-baseline)); // Set the initial value (generous estimate for mobile wrapping), will be updated programmatically to match the actual height
.header-end {
#header-primary-action a {
@ -73,8 +73,8 @@
left: 50%;
bottom: var(--body-container-margin);
transform: translateX(-50%);
width: fit-content;
max-width: 90vw;
width: 90vw;
box-sizing: border-box;
&.guest-box {
// Ensure the maxcontrast color is set for the background
@ -86,6 +86,7 @@
box-shadow: 0 0 10px var(--color-box-shadow);
-webkit-backdrop-filter: var(--filter-background-blur);
backdrop-filter: var(--filter-background-blur);
text-align: center;
.info {
text-shadow: none;