diff --git a/shared/components/sidebar.php b/shared/components/sidebar.php index 0f629e4..20c27fb 100644 --- a/shared/components/sidebar.php +++ b/shared/components/sidebar.php @@ -246,11 +246,12 @@ if (class_exists('ModuleRegistry', false)) { position: relative; } .sb-logo-img { - max-width: 120px; - max-height: 60px; + max-width: 130px; + max-height: 64px; object-fit: contain; - filter: brightness(0) invert(1); - opacity: .92; + background: rgba(255,255,255,.92); + border-radius: 10px; + padding: 6px 10px; } .sb-logo-fallback { width: 52px; height: 52px;