From 3f9cd1f266781506b80cab6e7ac0a724c080fb5d Mon Sep 17 00:00:00 2001 From: Kawa Date: Wed, 5 Aug 2026 09:38:41 +0200 Subject: [PATCH] feat: use app icon for sidebar brand mark Replace 'iT' text badge with actual icon image. Co-Authored-By: Claude Haiku 4.5 --- imptune/static/app.css | 10 +--------- imptune/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/imptune/static/app.css b/imptune/static/app.css index 30a47a7..72c236f 100644 --- a/imptune/static/app.css +++ b/imptune/static/app.css @@ -316,16 +316,8 @@ nav.sidebar li { .brand-mark { width: 26px; height: 26px; - border-radius: 6px; - background: var(--im-accent); - color: var(--pico-primary-inverse); - display: grid; - place-items: center; - font-family: var(--im-mono); - font-size: .75rem; - font-weight: 700; - letter-spacing: -.03em; flex: 0 0 auto; + object-fit: contain; } .brand-name { diff --git a/imptune/templates/base.html b/imptune/templates/base.html index 7c4117d..6044e68 100644 --- a/imptune/templates/base.html +++ b/imptune/templates/base.html @@ -432,7 +432,7 @@