From dfd09f554c3d4a8e8a4584899eb83032cf6f6a51 Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Sun, 24 May 2026 17:47:44 -0400 Subject: [PATCH] fix(ui): prevent sidebar text bleeding and bump css version --- dashboard.css | 13 ++++++++++++- dashboard.html | 3 ++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/dashboard.css b/dashboard.css index 0ae1dbb..6d7e56d 100644 --- a/dashboard.css +++ b/dashboard.css @@ -1,4 +1,4 @@ -/* --- DASHBOARD STYLES --- */ +/* --- DASHBOARD STYLES --- */ :root { /* Dashboard specific overrides if any */ } @@ -1581,14 +1581,25 @@ body.zen-mode-active .dash-header { /* Compact Sidebar Rail */ .sidebar.compact-rail { width: 70px; + overflow-x: hidden; } .sidebar.compact-rail .logo-text, .sidebar.compact-rail nav a span:not(:first-child), .sidebar.compact-rail .user-profile .info { display: none; } +.sidebar.compact-rail a { + font-size: 0; + color: transparent; +} +.sidebar.compact-rail a span { + font-size: 1rem; + color: white; + display: inline-block; +} .sidebar.compact-rail + .dashboard-main { margin-left: 70px; } .sidebar.compact-rail + .dashboard-main { margin-left: 70px; } + diff --git a/dashboard.html b/dashboard.html index 7ca51df..c4d2c2c 100644 --- a/dashboard.html +++ b/dashboard.html @@ -6,7 +6,7 @@ Dashboard | Curio - + @@ -536,3 +536,4 @@ +