feat(BrandLogo): enhance logo sizing and visibility based on app name visibility
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m57s

This commit is contained in:
2026-03-04 10:23:23 +01:00
parent 8823f8789e
commit 0d84610e3b
2 changed files with 11 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ export default function Sidebar({ open, onClose }) {
<div className="flex flex-col h-full">
{/* Logo */}
<div className="flex items-center justify-between h-16 px-4 border-b border-th-border">
<BrandLogo size="sm" />
<BrandLogo size="sm" className="flex-1 min-w-0" />
<button
onClick={onClose}
className="lg:hidden p-1.5 rounded-lg hover:bg-th-hover text-th-text-s transition-colors"