UI: chat header style improvements (#25057)

Small visual improvements for chat header on mobile:

- makes the Back to Forum target size slightly narrower
- makes the text color consistent between header and back button (and d-icon)
- makes the chat heading bold
This commit is contained in:
David Battersby 2023-12-28 17:44:53 +08:00 committed by GitHub
parent cd818ab63f
commit 1061bf97e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -14,12 +14,11 @@
align-items: center;
.back-to-forum {
color: var(--primary-medium);
color: var(--primary);
font-size: var(--font-up-1);
font-weight: var(--font-bold);
padding: 0.8rem;
padding: 0.5rem 0.8rem;
&:focus {
.d-icon {
color: var(--primary);
}
}
@ -27,9 +26,9 @@
.c-heading {
color: var(--primary);
font-size: var(--font-up-2);
font-weight: var(--font-bold);
font-weight: bold;
margin: 0 auto;
padding: 0.6rem;
padding: 0.4rem 0.8rem;
}
}
}