UX: chat > fix lock icon in original message link (#26227)
This commit is contained in:
parent
d78657bf9b
commit
fe02868a79
|
@ -70,6 +70,7 @@
|
||||||
.chat-message-info__original-message {
|
.chat-message-info__original-message {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
font-size: var(--font-down-2);
|
font-size: var(--font-down-2);
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
@ -87,10 +88,17 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-channel-icon {
|
.chat-channel-icon {
|
||||||
.d-icon {
|
.d-icon-d-chat {
|
||||||
height: 0.9em;
|
height: 0.9em;
|
||||||
width: 0.9em;
|
width: 0.9em;
|
||||||
}
|
}
|
||||||
|
&__restricted-category-icon {
|
||||||
|
background: var(--tertiary-very-low);
|
||||||
|
height: 0.355em;
|
||||||
|
width: 0.35em;
|
||||||
|
margin-right: 0.4em;
|
||||||
|
padding: 1px 1px 2px 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__text,
|
&__text,
|
||||||
|
|
Loading…
Reference in New Issue