Changeset 0.7.0.13 (#38)

This commit is contained in:
2026-02-21 13:53:36 +00:00
parent a95e246cd7
commit b72bfbb5b4
10 changed files with 42 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=JetBrains+Mono:wght@400;500&display=swap');
/* ==========================================
Chat Switchboard v0.6.1
Chat Switchboard
Clean utility layout · Open WebUI inspired
========================================== */
@@ -67,8 +67,9 @@ a:hover { text-decoration: underline; }
padding: 2px 0; line-height: 1.4;
background: var(--banner-bg); color: var(--banner-fg);
flex-shrink: 0; z-index: 9999;
min-height: 22px; box-sizing: border-box;
}
.banner.active { display: block; }
.banner.active { display: flex; align-items: center; justify-content: center; }
.banner-top { order: -1; }
.banner-bottom { order: 999; }