mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Allow chat reference to expand enough to show the whole reference, rather than constraining the height
This commit is contained in:
@@ -582,7 +582,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
button.reference-button.expanded {
|
button.reference-button.expanded {
|
||||||
max-height: 200px;
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.reference-button::before {
|
button.reference-button::before {
|
||||||
|
|||||||
@@ -452,7 +452,7 @@ To get started, just start typing below. You can also type / to see a list of co
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
button.reference-button.expanded {
|
button.reference-button.expanded {
|
||||||
max-height: 200px;
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.reference-button::before {
|
button.reference-button::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user