mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 05:31:27 +08:00
UX: Update bot-indicator styling (#31108)
Before/After <img width="334" alt="Screenshot 2025-02-01 at 12 05 39" src="https://github.com/user-attachments/assets/6939c586-3166-42e8-aa71-1062b282eeb8" /> <img width="334" alt="Screenshot 2025-02-01 at 12 06 38" src="https://github.com/user-attachments/assets/506f460a-7f85-418d-bd5d-b7cecd26abac" />
This commit is contained in:
parent
b839d09dfb
commit
5b5899b543
@ -26,10 +26,14 @@
|
||||
|
||||
.chat-message-info__bot-indicator {
|
||||
text-transform: uppercase;
|
||||
padding: 0.25rem;
|
||||
padding: 0.2rem 0.3rem;
|
||||
background: var(--primary-low);
|
||||
color: var(--primary-900);
|
||||
border-radius: var(--d-border-radius);
|
||||
font-size: var(--font-down-2);
|
||||
font-size: var(--font-down-3);
|
||||
line-height: var(--line-height-medium);
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.1ch;
|
||||
}
|
||||
|
||||
.chat-message-info__date {
|
||||
|
Loading…
x
Reference in New Issue
Block a user