[MM-59064] Close Icon is not in line with toast text of "search this channel" when RHS threads panel is open (#27464)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
338434a098
Коммит
8919a9c959
@@ -1,4 +1,7 @@
|
|||||||
.hint-toast {
|
.hint-toast {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
padding: 4px 4px 4px 12px;
|
padding: 4px 4px 4px 12px;
|
||||||
border: 1px solid rgba(var(--center-channel-color-rgb), 0.16);
|
border: 1px solid rgba(var(--center-channel-color-rgb), 0.16);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -8,12 +11,11 @@
|
|||||||
color: var(--center-channel-color);
|
color: var(--center-channel-color);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
gap: 16px;
|
||||||
|
|
||||||
.hint-toast__message {
|
.hint-toast__message {
|
||||||
display: inline-block;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
.shortcut-key {
|
.shortcut-key {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -21,9 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hint-toast__dismiss {
|
.hint-toast__dismiss {
|
||||||
display: inline-block;
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin-left: 16px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--center-channel-bg);
|
background-color: var(--center-channel-bg);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user