UX: chat > fix lock icon in original message link (#26227)

This commit is contained in:
chapoi 2024-03-18 20:30:36 +02:00 committed by GitHub
parent d78657bf9b
commit fe02868a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -70,6 +70,7 @@
.chat-message-info__original-message {
display: flex;
align-items: center;
flex-wrap: wrap;
font-size: var(--font-down-2);
color: var(--primary-high);
gap: 0.5em;
@ -87,10 +88,17 @@
}
.chat-channel-icon {
.d-icon {
.d-icon-d-chat {
height: 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,