From 6a1d6e40a749a61fc3cc3f7de0aab60a92b09e74 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 16 Mar 2025 20:50:07 +0100 Subject: [PATCH] Removed toggle button --- roles/nginx-modifier-css/templates/global.css.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/nginx-modifier-css/templates/global.css.j2 b/roles/nginx-modifier-css/templates/global.css.j2 index 15ef7dff..807b2af7 100644 --- a/roles/nginx-modifier-css/templates/global.css.j2 +++ b/roles/nginx-modifier-css/templates/global.css.j2 @@ -617,6 +617,11 @@ html[native-dark-active] my-app button, button { border-color: var(--color-85); } +{# Hide Toogle Button #} +nav.flex.items-center.space-x-1{ + display:none; +} + /** Taiga **/ :host, :root { --color-solid-primary: var(--color-83);