瀏覽代碼

border-top-searching-add

kazuto 2 年之前
父節點
當前提交
abc4d9ffab
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      apps/app/src/features/search/client/components/SearchResultMenuItem.tsx

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

@@ -35,6 +35,7 @@ export const SearchResultMenuItem = (props: Props): JSX.Element => {
   if (isLoading) {
     return (
       <>
+        <div className="border-top mt-2 mb-2" />
         Searching...
         <div className="border-top mt-3" />
       </>