kazuto пре 2 година
родитељ
комит
bc79dd0af9

+ 1 - 1
apps/app/src/features/search/client/components/SearchModal.tsx

@@ -88,7 +88,7 @@ const SearchModal = (): JSX.Element => {
               </div>
 
               <ul {...getMenuProps()} className="list-unstyled m-0">
-                <div className="border-top mt-3 mb-2" />
+                <div className="border-top mt-2 mb-2" />
                 <SearchMethodMenuItem
                   activeIndex={highlightedIndex}
                   searchKeyword={searchKeyword}

+ 1 - 1
apps/app/src/features/search/client/components/SearchResultMenuItem.tsx

@@ -37,7 +37,7 @@ export const SearchResultMenuItem = (props: Props): JSX.Element => {
       <>
         <div className="border-top mt-2 mb-2" />
         Searching...
-        <div className="border-top" />
+
       </>
     );
   }