You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/css/public.scss
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
* SPDX-License-Identifier: AGPL-3.0-or-later
4
4
*/
5
5
#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
7
7
8
8
.header-end {
9
9
#header-primary-actiona {
@@ -73,8 +73,8 @@
73
73
left: 50%;
74
74
bottom: var(--body-container-margin);
75
75
transform: translateX(-50%);
76
-
width: fit-content;
77
-
max-width: 90vw;
76
+
width: 90vw;
77
+
box-sizing: border-box;
78
78
79
79
&.guest-box {
80
80
// Ensure the maxcontrast color is set for the background
0 commit comments