From c2916da21541812a277b24c1772c95a9cf6d4f35 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:33:59 +0100 Subject: [PATCH 1/4] fix dark button --- ui/ui/sections/header.tpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index bb5f8525..a86d1409 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -670,9 +670,6 @@ } .toggle-container { - position: absolute; - top: 17px; - right: 15px; cursor: pointer; } From a31286d7812f34fa12a99e21899476f3065be8d1 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:47:43 +0100 Subject: [PATCH 2/4] fix toggle switch button mobile view --- ui/ui/sections/header.tpl | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index a86d1409..862dbe4d 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -679,19 +679,6 @@ transition: color 0.5s ease; } - @media (max-width: 600px) { - .toggle-container { - top: 15px; - right: 60px; - } - - .toggle-container .toggle-icon { - font-size: 20px; - color: rgb(100 116 139); - transition: color 0.5s ease; - } - } - .dark-mode .toggle-container .toggle-icon { color: #ffdd57; } From 985ddda41f9c5cc07cd6e18d9563be475634da70 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:55:58 +0100 Subject: [PATCH 3/4] fix panel warning bottom radius --- ui/ui/dashboard.tpl | 2 +- ui/ui/sections/header.tpl | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ui/ui/dashboard.tpl b/ui/ui/dashboard.tpl index f0432982..b47f0796 100644 --- a/ui/ui/dashboard.tpl +++ b/ui/ui/dashboard.tpl @@ -198,7 +198,7 @@ {assign var="current_time" value=$smarty.now} {assign var="run_time" value=strtotime($run_date)} {if $current_time - $run_time > 3600} -
}