UX: slight design changes to chat timestamp (#21144)

This commit is contained in:
chapoi
2023-04-19 08:54:02 +09:00
committed by GitHub
parent 7e1d2f1151
commit 4b02fa7082

View File

@ -65,8 +65,10 @@
&.is-pinned,
&.is-force-pinned {
.chat-message-separator__text {
border: 1px solid var(--secondary-high);
border-radius: 3px;
border: 1px solid var(--primary-200);
border-radius: 4px;
color: var(--primary-800);
background: var(--primary-50);
}
.chat-message-separator__last-visit {