Skip to content

Commit 4b6837c

Browse files
authored
Merge pull request #60208 from nextcloud/backport/59452/stable33
[stable33] fix(public.scss): increase footer width
2 parents 38dba45 + 84f173f commit 4b6837c

5 files changed

Lines changed: 7 additions & 6 deletions

File tree

core/css/public.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/public.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/public.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

core/css/server.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)