From 5c390d6b3e2c03d26322ead40a58ef57eaf81c84 Mon Sep 17 00:00:00 2001 From: red person Date: Mon, 1 Jun 2026 13:04:08 +0300 Subject: [PATCH] Fix sidebar brand text clipping (#362) --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5da0a7e..260dbc2 100644 --- a/static/style.css +++ b/static/style.css @@ -546,11 +546,12 @@ body.bg-pattern-sparkles { .sidebar-brand-title { font-size: 1rem; font-weight: 600; + line-height: 1.35; color: var(--brand-color, var(--red)); white-space: nowrap; user-select: none; position: relative; - top: 1px; + top: 0; left: -10px; } .sidebar-sep {