[MM-67564] Reduce channel banner height to 24px with 13px font (#35338)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
David Krauser 2026-02-18 13:43:19 -05:00 committed by GitHub
parent 324b4937fd
commit 5c8b989428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
min-height: variables.$channel-banner-height;
max-height: variables.$channel-banner-height;
justify-content: center;
padding-block: 6px;
padding-block: 5px;
padding-inline: 24px;
white-space: nowrap;
@ -15,7 +15,7 @@
overflow: hidden;
max-width: 100%;
font-size: 13px;
line-height: 20px;
line-height: 13px;
text-align: center;
text-overflow: ellipsis;

View file

@ -21,7 +21,7 @@ $font-weight--semibold: 600;
// Page Variables
$border-gray: 1px solid rgba(var(--center-channel-color-rgb), 0.12);
$announcement-bar-height: 40px;
$channel-banner-height: 32px;
$channel-banner-height: 24px;
$backstage-bar-height: 43px;
// Random variables