Skip to content

Commit 8ff9eaa

Browse files
committed
fix(public.scss): increase footer width
Signed-off-by: Grigory V <scratchx@gmx.com>
1 parent 9a24eaa commit 8ff9eaa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/css/public.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55
#body-public {
6-
--footer-height: calc(2lh + 2 * var(--default-grid-baseline)); // Set the initial value, will be updated programmatically to match the actual height
6+
--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
77

88
.header-end {
99
#header-primary-action a {
@@ -73,8 +73,8 @@
7373
left: 50%;
7474
bottom: var(--body-container-margin);
7575
transform: translateX(-50%);
76-
width: fit-content;
77-
max-width: 90vw;
76+
width: 90vw;
77+
box-sizing: border-box;
7878

7979
&.guest-box {
8080
// Ensure the maxcontrast color is set for the background
@@ -86,6 +86,7 @@
8686
box-shadow: 0 0 10px var(--color-box-shadow);
8787
-webkit-backdrop-filter: var(--filter-background-blur);
8888
backdrop-filter: var(--filter-background-blur);
89+
text-align: center;
8990

9091
.info {
9192
text-shadow: none;

0 commit comments

Comments
 (0)