diff --git a/config/version.conf b/config/version.conf index 60c442de..7110989f 100644 --- a/config/version.conf +++ b/config/version.conf @@ -1,3 +1,4 @@ VERSION = '3.5_leiweibau' VERSION_YEAR = '2022' VERSION_DATE = '2022-07-07' +TZ = 'Europe/London' \ No newline at end of file diff --git a/front/css/dark-patch.css b/front/css/dark-patch.css index 86dc211d..6ae21d7c 100644 --- a/front/css/dark-patch.css +++ b/front/css/dark-patch.css @@ -678,7 +678,7 @@ input[type="password"]::-webkit-caps-lock-indicator { border-bottom-right-radius: 10px; } -.small-box > .inner h3 { +.small-box > .inner h3, .small-box > .inner p { margin-bottom: 0px; margin-left: 0px; } diff --git a/front/php/templates/header.php b/front/php/templates/header.php index 7fcf563a..1fe2638c 100644 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -84,6 +84,11 @@ if ($ENABLED_DARKMODE === True) {