mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-58685 Fix Channel Header Icon Button Spacing (#27313)
Automatic Merge
This commit is contained in:
parent
d81ce03168
commit
a88f283ef7
@ -133,7 +133,7 @@ button {
|
||||
}
|
||||
|
||||
& + .btn {
|
||||
margin-left: 8px !important;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
&.btn-full {
|
||||
|
@ -165,6 +165,10 @@
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
& .btn + .btn {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
&.modal-image {
|
||||
|
@ -361,6 +361,10 @@
|
||||
display: flex;
|
||||
margin-right: 8px;
|
||||
gap: 4px;
|
||||
|
||||
.btn-icon {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.channel-header__description {
|
||||
|
Loading…
Reference in New Issue
Block a user