From 5c8b9894280a9ec1b64b9b25b1600a45a4bd3710 Mon Sep 17 00:00:00 2001 From: David Krauser Date: Wed, 18 Feb 2026 13:43:19 -0500 Subject: [PATCH] [MM-67564] Reduce channel banner height to 24px with 13px font (#35338) Co-Authored-By: Claude Sonnet 4.5 --- webapp/channels/src/components/channel_banner/style.scss | 4 ++-- webapp/channels/src/sass/utils/_variables.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/components/channel_banner/style.scss b/webapp/channels/src/components/channel_banner/style.scss index 5a49673e519..88a101bfae3 100644 --- a/webapp/channels/src/components/channel_banner/style.scss +++ b/webapp/channels/src/components/channel_banner/style.scss @@ -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; diff --git a/webapp/channels/src/sass/utils/_variables.scss b/webapp/channels/src/sass/utils/_variables.scss index a3dc74d40ff..566d3450727 100644 --- a/webapp/channels/src/sass/utils/_variables.scss +++ b/webapp/channels/src/sass/utils/_variables.scss @@ -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