From b4bcb0912c5fe1c7f00c7ac76e5b67620781d3cc Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Thu, 20 Apr 2023 16:20:07 +0200 Subject: Updated 12 files and added 3 files (automated) --- includes/components/header.inc | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'includes/components/header.inc') diff --git a/includes/components/header.inc b/includes/components/header.inc index c87e5a5..34b30e6 100644 --- a/includes/components/header.inc +++ b/includes/components/header.inc @@ -85,6 +85,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; width: calc(100% - 300px); } + .modal { + left: 150px; + } + nav { display: none !important; } @@ -124,8 +128,8 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; right: 0; height: 48px; background: rgba(0, 0, 0, .75); - backdrop-filter: blur(10px); - -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(30px); + -webkit-backdrop-filter: blur(30px); border-top: 1px solid rgba(255, 255, 255, .25); z-index: 999999; } @@ -136,6 +140,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; width: calc(100% - 250px) !important; } + .modal { + left: 125px !important; + } + #title-bar { left: 250px !important; } @@ -159,6 +167,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; width: calc(100% - 200px) !important; } + .modal { + left: 100px !important; + } + #title-bar { left: 200px !important; } @@ -178,6 +190,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; width: 100% !important; } + .modal { + left: 0 !important; + } + #title-bar { left: 0 !important; } @@ -238,4 +254,6 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/functions.inc"; display: none; } - + -- cgit