mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(public.scss): increase footer width
Signed-off-by: Grigory V <scratchx@gmx.com>
This commit is contained in:
parent
9a24eaa275
commit
8ff9eaa588
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue