From 43331f77309228ec59db4ca653d690537a3617dd Mon Sep 17 00:00:00 2001 From: sabaimran Date: Thu, 19 Dec 2024 21:36:35 -0800 Subject: [PATCH] Remove unused css classes --- src/interface/web/app/agents/agents.module.css | 11 ----------- .../web/app/automations/automations.module.css | 11 ----------- src/interface/web/app/page.module.css | 10 ---------- src/interface/web/app/search/search.module.css | 11 ----------- src/interface/web/app/settings/settings.module.css | 11 ----------- 5 files changed, 54 deletions(-) diff --git a/src/interface/web/app/agents/agents.module.css b/src/interface/web/app/agents/agents.module.css index fe4c3b85..e60a9758 100644 --- a/src/interface/web/app/agents/agents.module.css +++ b/src/interface/web/app/agents/agents.module.css @@ -22,12 +22,6 @@ div.pageLayout { margin-bottom: 2rem; } -div.sidePanel { - position: fixed; - height: 100%; - z-index: 1; -} - button.infoButton { border: none; background-color: transparent !important; @@ -58,9 +52,4 @@ div.agentList { div.pageLayout { max-width: 90vw; } - - div.sidePanel { - position: relative; - height: 100%; - } } diff --git a/src/interface/web/app/automations/automations.module.css b/src/interface/web/app/automations/automations.module.css index 30563e6c..b26e7777 100644 --- a/src/interface/web/app/automations/automations.module.css +++ b/src/interface/web/app/automations/automations.module.css @@ -15,12 +15,6 @@ div.pageLayout { margin-bottom: 2rem; } -div.sidePanel { - position: fixed; - height: 100%; - z-index: 1; -} - @media screen and (max-width: 768px) { div.automationsLayout { grid-template-columns: 1fr; @@ -29,9 +23,4 @@ div.sidePanel { div.pageLayout { max-width: 90vw; } - - div.sidePanel { - position: relative; - height: 100%; - } } diff --git a/src/interface/web/app/page.module.css b/src/interface/web/app/page.module.css index faa59e72..b2696e4a 100644 --- a/src/interface/web/app/page.module.css +++ b/src/interface/web/app/page.module.css @@ -86,12 +86,6 @@ div.homeGreetings { grid-template-rows: 1fr 2fr; } -div.sidePanel { - position: fixed; - height: 100%; - z-index: 1; -} - @media screen and (max-width: 768px) { div.chatBody { grid-template-columns: 0fr 1fr; @@ -102,10 +96,6 @@ div.sidePanel { grid-template-rows: auto; } - div.sidePanel { - position: relative; - } - div.chatBox { padding: 0; height: 100vh; diff --git a/src/interface/web/app/search/search.module.css b/src/interface/web/app/search/search.module.css index 1a60d3bf..b2e82d67 100644 --- a/src/interface/web/app/search/search.module.css +++ b/src/interface/web/app/search/search.module.css @@ -5,19 +5,8 @@ div.searchLayout { height: 100vh; } -div.sidePanel { - position: fixed; - height: 100%; - z-index: 1; -} - @media screen and (max-width: 768px) { div.searchLayout { gap: 0; } - - div.sidePanel { - position: relative; - height: 100%; - } } diff --git a/src/interface/web/app/settings/settings.module.css b/src/interface/web/app/settings/settings.module.css index 099a9739..20317590 100644 --- a/src/interface/web/app/settings/settings.module.css +++ b/src/interface/web/app/settings/settings.module.css @@ -16,12 +16,6 @@ div.phoneInput { padding: 0rem; } -div.sidePanel { - position: fixed; - height: 100%; - z-index: 1; -} - div.phoneInput input { width: 100%; padding: 0.5rem; @@ -30,11 +24,6 @@ div.phoneInput input { } @media screen and (max-width: 768px) { - div.sidePanel { - position: relative; - height: 100%; - } - div.contentBody { margin-left: 0; margin-top: 0;