소스 검색

Merge pull request #4734 from weseek/feat/80324-81919-add-margin

feat/81919 add margin
Yohei Shiina 4 년 전
부모
커밋
a940cc7849
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      packages/app/src/components/SearchPage/SearchControl.tsx
  2. 1 1
      packages/app/src/components/SearchPage/SearchPageLayout.tsx

+ 1 - 1
packages/app/src/components/SearchPage/SearchControl.tsx

@@ -63,7 +63,7 @@ const SearchControl: FC <Props> = (props: Props) => {
       </div>
       {/* TODO: replace the following elements deleteAll button , relevance button and include specificPath button component */}
       <div className="d-flex align-items-center py-3 border-bottom border-gray">
-        <div className="d-flex mr-auto ml-3">
+        <div className="d-flex mr-auto ml-4">
           {/* Todo: design will be fixed in #80324. Function will be implemented in #77525 */}
           <DeleteSelectedPageGroup
             checkboxState={'' || CheckboxType.NONE_CHECKED} // Todo: change the left value to appropriate value

+ 1 - 1
packages/app/src/components/SearchPage/SearchPageLayout.tsx

@@ -27,7 +27,7 @@ const SearchPageLayout: FC<Props> = (props: Props) => {
         <div className="flex-grow-1 flex-basis-0 page-list border boder-gray search-result-list" id="search-result-list">
 
           <nav><SearchControl></SearchControl></nav>
-          <div className="d-flex align-items-start justify-content-between mt-1">
+          <div className="d-flex align-items-start justify-content-between mt-3 ml-4">
             <div className="search-result-meta">
               <span className="font-weight-light">{t('search_result.result_meta')} </span>
               <span className="h5">{`"${searchingKeyword}"`}</span>