mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Constrain chat messages to stay in view port across screen sizes
- Constrain chat messages max width to view port across screen sizes - Wrap references on smaller screens, use tailwind, not js to apply styling
This commit is contained in:
@@ -10,6 +10,7 @@ div.chatMessageContainer {
|
||||
div.chatMessageWrapper {
|
||||
padding-left: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
max-width: 80vw;
|
||||
}
|
||||
div.chatMessageWrapper p:not(:last-child) {
|
||||
margin-bottom: 16px;
|
||||
|
||||
Reference in New Issue
Block a user