From 1934bae349b2eed1dc50931e1e4ef67fe9bc71b4 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 23 May 2025 15:10:47 -0700 Subject: [PATCH] fix: remove unused form styles in .tab-content for improved maintainability - Commented out the form styles within .tab-content in default-base.css to streamline the CSS and enhance maintainability. - This change continues the effort to enhance visual consistency across the plugin. --- emhttp/plugins/dynamix/styles/default-base.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/emhttp/plugins/dynamix/styles/default-base.css b/emhttp/plugins/dynamix/styles/default-base.css index 43e5ba33d..6cbb15673 100644 --- a/emhttp/plugins/dynamix/styles/default-base.css +++ b/emhttp/plugins/dynamix/styles/default-base.css @@ -1362,16 +1362,6 @@ a.list { .tab-content { display: none; - - form { - display: grid; - grid-template-columns: 1fr; - gap: 1rem; - width: 100%; - max-width: 80rem; - margin: 0 auto; - padding-top: 1rem; - } } .Panels {