Просмотр исходного кода

remove d-edit-none class for grw-wers-info and authors from GrowiSubNavigation.jsx

ryuichi-e 5 лет назад
Родитель
Сommit
0202d82f22
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

+ 2 - 2
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -83,7 +83,7 @@ const UserPagePathNav = ({ pageId, pagePath }) => {
 /* eslint-disable react/prop-types */
 const UserInfo = ({ pageUser }) => {
   return (
-    <div className="grw-users-info d-flex align-items-center d-edit-none">
+    <div className="grw-users-info d-flex align-items-center">
       <UserPicture user={pageUser} />
 
       <div className="users-meta">
@@ -200,7 +200,7 @@ const GrowiSubNavigation = (props) => {
 
         {/* Page Authors */}
         { (!isCompactMode && !isUserPage) && (
-          <ul className="authors text-nowrap border-left d-none d-lg-block d-edit-none">
+          <ul className="authors text-nowrap border-left d-none d-lg-block">
             { creator != null && (
               <li className="pb-1">
                 <PageCreator creator={creator} createdAt={createdAt} />