Improve styling of chat message bubble in Desktop, Web app

- Respect newline with pre-line but not for bullets to improve
  formatting of responses by Khoj
- Respect bold font by loading tajawal font with other weights
- Reduce bottom margin in chat message bubble, its taking too much space
This commit is contained in:
Debanjum Singh Solanky
2024-02-21 19:27:52 +05:30
parent 57dce91c91
commit 8a219b6e9c
4 changed files with 32 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/* Amber Light scheme (Default) */
/* Can be forced with data-theme="light" */
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;500;700&display=swap');
[data-theme="light"],
:root:not([data-theme="dark"]) {