mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-55438 Fix app bar divider (#25425)
* Fix spacing before the app bar divider * Adjust bottom margin * Fix lint * Align appbar lines --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
1a49b7e929
commit
49919d2be5
@ -24,7 +24,7 @@ $app-bar-width: 48px;
|
||||
width: $app-bar-width;
|
||||
flex: 1;
|
||||
flex-flow: column;
|
||||
padding-top: 16px;
|
||||
padding-top: 19px;
|
||||
background-color: rgba(var(--center-channel-color-rgb), 0.04);
|
||||
-ms-overflow-style: none;
|
||||
overflow-x: hidden;
|
||||
@ -122,8 +122,8 @@ $app-bar-width: 48px;
|
||||
.app-bar__divider {
|
||||
width: 28px;
|
||||
border-top: 1px solid rgba(var(--center-channel-color-rgb), 0.16);
|
||||
margin-top: 14px;
|
||||
margin-bottom: 14px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
|
||||
.app-bar__icon.channel-header__icon--active {
|
||||
|
Loading…
Reference in New Issue
Block a user