From e947ff1ffbad9f9fc3c422d2f5366f92aab40b06 Mon Sep 17 00:00:00 2001 From: damedotblog Date: Fri, 28 Feb 2025 23:13:22 -0500 Subject: [PATCH] fixmobile --- src/components/Admin/AdminPanel.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/Admin/AdminPanel.css b/src/components/Admin/AdminPanel.css index 7638901..0012281 100644 --- a/src/components/Admin/AdminPanel.css +++ b/src/components/Admin/AdminPanel.css @@ -676,11 +676,19 @@ .admin-container { display: grid; - gap: 20px; + gap: 0px; } .resource-editor { - height: 100%; + height: 214.2%; + } + + .resources-sidebar { + max-height: 80%; + } + + .admin-panel { + height: 246.7vh; } .form-row { -- 2.51.2