From e20ebbfcf343e81e31798ffb5633aa91d9b5d747 Mon Sep 17 00:00:00 2001 From: Johannes Baumeister Date: Wed, 15 Apr 2026 20:44:39 +0200 Subject: [PATCH] Compacted sidebar, fixed search/toggle at top, narrower width --- index.html | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 0a5ef5f..1e9acd9 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@ --bg-glass: rgba(255, 253, 235, 0.85); /* Warm base */ --border-glass: rgba(204, 163, 0, 0.2); - --sidebar-width: 380px; - --panel-width: 320px; + --sidebar-width: 300px; + --panel-width: 310px; --success: #299500; /* CMYK 75 10 100 35 */ --danger: #ef4444; @@ -96,14 +96,14 @@ /* Sidebar CRM Elements */ .sidebar-header { - padding: 24px; + padding: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .sidebar-content { flex: 1; overflow-y: auto; - padding: 20px; + padding: 12px 16px; } .search-box { @@ -141,9 +141,9 @@ .owner-card { background: white; - border-radius: 12px; - padding: 16px; - margin-bottom: 12px; + border-radius: 10px; + padding: 10px 12px; + margin-bottom: 8px; border: 1px solid rgba(204, 163, 0, 0.1); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; @@ -583,30 +583,30 @@