Sfoglia il codice sorgente

Revert "correct space & position center"

This reverts commit 5ef543281cdaa58572e1ed16c3fe744cec03cef3.
akinori-u 2 anni fa
parent
commit
cfbffb036f

+ 2 - 5
apps/app/src/components/Sidebar/Bookmarks/BookmarkContents.tsx

@@ -45,11 +45,8 @@ export const BookmarkContents = (): JSX.Element => {
           className="btn btn-outline-secondary rounded-pill d-flex justify-content-start align-middle"
           className="btn btn-outline-secondary rounded-pill d-flex justify-content-start align-middle"
           onClick={onClickNewBookmarkFolder}
           onClick={onClickNewBookmarkFolder}
         >
         >
-
-          <div className="d-flex align-items-center">
-            <FolderPlusIcon />
-            <span className="ms-2">{t('bookmark_folder.new_folder')}</span>
-          </div>
+          <FolderPlusIcon />
+          <span className="mx-2 ">{t('bookmark_folder.new_folder')}</span>
         </button>
         </button>
       </div>
       </div>
       {isCreateAction && (
       {isCreateAction && (