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

+ 2 - 2
src/client/styles/scss/_layout_growi.scss

@@ -36,8 +36,8 @@
   }
 }
 
-.grw-recently-created {
-  .recently-created-title {
+.grw-page-list-m {
+  .grw-page-list-title-m {
     svg {
       width: 35px;
       height: 35px;

+ 2 - 2
src/client/styles/scss/theme/_apply-colors-dark.scss

@@ -314,8 +314,8 @@ body.on-edit {
 /*
  * GROWI user page
  */
-.grw-recently-created {
-  .recently-created-title {
+.grw-page-list-m {
+  .grw-page-list-title-m {
     svg {
       fill: $color-global;
     }

+ 4 - 4
src/server/views/layout-growi/user_page.html

@@ -55,8 +55,8 @@
   {% include 'widget/comments.html' %}
 
   {% if page %}
-    <div class="grw-recently-created">
-      <h1 class="recently-created-title border-bottom pb-2">
+    <div class="grw-page-list-m">
+      <h1 class="grw-page-list-title-m border-bottom pb-2">
         <i id="recent-created-icon"></i>
         Recently Created
       </h2>
@@ -66,8 +66,8 @@
       </div>
     </div>
 
-    <div class="grw-recently-created">
-      <h1 class="recently-created-title border-bottom pb-2">
+    <div class="grw-page-list-m">
+      <h1 class="grw-page-list-title-m border-bottom pb-2">
         <i id="user-bookmark-icon"></i>
         Bookmarks
       </h2>