mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
[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:
parent
324b4937fd
commit
5c8b989428
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue