mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(public.scss): increase footer width
Signed-off-by: Grigory V <scratchx@gmx.com>
This commit is contained in:
parent
dbab25c805
commit
5b64c1a179
1 changed files with 3 additions and 2 deletions
|
|
@ -73,8 +73,8 @@
|
|||
inset-inline-start: 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue