Formatting Niceties (#3183)

* search bar formatting

* update styling
This commit is contained in:
pablodanswer
2024-11-20 19:11:26 -08:00
committed by GitHub
parent 3f648cbc31
commit 50826b6bef
2 changed files with 3 additions and 1 deletions

View File

@@ -280,6 +280,8 @@
.include-scrollbar {
scrollbar-width: thin;
scrollbar-color: #888 transparent;
overflow: overlay;
overflow-y: scroll;
}
.inputscroll::-webkit-scrollbar-track {

View File

@@ -169,7 +169,7 @@ export const SearchResultsDisplay = ({
{documents && documents.length > 0 && (
<div className="mt-4">
<div className="font-bold flex justify-between text-emphasis border-b mb-3 pb-1 border-border text-lg">
<div className="font-bold flex h-12 justify-between text-emphasis border-b mb-3 pb-1 border-border text-lg">
<p>Results</p>
{!DISABLE_LLM_DOC_RELEVANCE &&
(contentEnriched || searchResponse.additional_relevance) && (