diff --git a/platform_impl/src/dashboard/dashboard-server.ts b/platform_impl/src/dashboard/dashboard-server.ts index f1f4652..f26adb8 100644 --- a/platform_impl/src/dashboard/dashboard-server.ts +++ b/platform_impl/src/dashboard/dashboard-server.ts @@ -132,7 +132,10 @@ function inlineDashboard(): string { border-bottom: 1px solid rgba(99,102,241,.25); position: sticky; top: 0; z-index: 10; } - .header img { width: 36px; height: 36px; } + .header img { + height: 36px; width: auto; + background: #fff; border-radius: 8px; padding: 3px; + } .header h1 { font-size: 22px; font-weight: 700; margin: 0; background: linear-gradient(90deg, #818cf8, #a78bfa);