kaori 5 лет назад
Родитель
Сommit
a0ede811ee

+ 1 - 1
src/client/js/components/CommentLinkButton.jsx

@@ -19,7 +19,7 @@ const CommentLinkButton = (props) => {
   const getCommentListDom = useMemo(() => { return document.getElementById('page-comments-list') }, []);
 
   return (
-    <div className="mt-3 d-flex justify-content-around">
+    <div className="mt-3">
       <button
         type="button"
         className="btn btn-outline-secondary btn-sm w-100"

+ 1 - 1
src/client/js/components/UserContentsLinks.jsx

@@ -25,7 +25,7 @@ const UserContentsLinks = (props) => {
   const getRecentlyCreatedListHeaderDom = useMemo(() => { return document.getElementById('recently-created-list') }, []);
 
   return (
-    <div className="mt-3 d-flex justify-content-around">
+    <div className="mt-3 d-flex justify-content-between">
       <button
         type="button"
         className="btn btn-outline-secondary btn-sm"