diff --git a/controller/internal/web/templates.go b/controller/internal/web/templates.go index c0aebe2..9eaf384 100644 --- a/controller/internal/web/templates.go +++ b/controller/internal/web/templates.go @@ -1819,11 +1819,16 @@ select.form-control option { background: var(--bg-secondary); color: var(--text- .app-info-logo { width: 80px; height: 80px; + min-width: 80px; + min-height: 80px; + max-width: 80px; + max-height: 80px; border-radius: 12px; object-fit: contain; background: var(--bg-secondary); padding: 10px; flex-shrink: 0; + overflow: hidden; } .app-info-tagline { font-size: 1.1rem;