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] 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; }