Yuki Takei 1 год назад
Родитель
Сommit
83b809770a

+ 0 - 24
apps/app/src/components/UsersHomepageFooter.module.scss

@@ -19,16 +19,6 @@ $grw-sidebar-content-footer-height: 50px;
             display: block;
           }
         }
-        .grw-triangle-container {
-          svg {
-            width: 12px;
-            height: 12px;
-          }
-        }
-        svg {
-          width: 20px;
-          height: 20px;
-        }
 
         min-height: 40px;
         border-radius: 0;
@@ -64,25 +54,11 @@ $grw-sidebar-content-footer-height: 50px;
       width: fit-content !important;
       margin-right: 20px;
     }
-    svg {
-      width: 35px;
-      height: 35px;
-      margin-bottom: 6px;
-    }
     .new-bookmark-folder {
       max-height: 30px;
-      svg {
-        width: 18px;
-        height: 18px;
-      }
     }
     .grw-expand-compress-btn {
       max-height: 40px;
-      svg {
-        width: 18px;
-        height: 18px;
-        margin-bottom: 3px;
-      }
     }
     .grw-folder-tree-container {
       .grw-drop-item-area {

+ 0 - 1
apps/app/src/components/UsersHomepageFooter.tsx

@@ -2,7 +2,6 @@ import React, { useState } from 'react';
 
 import { useTranslation } from 'next-i18next';
 
-import { RecentlyCreatedIcon } from '~/components/Icons/RecentlyCreatedIcon';
 import { RecentCreated } from '~/components/RecentCreated/RecentCreated';
 import styles from '~/components/UsersHomepageFooter.module.scss';
 import { useCurrentUser } from '~/stores/context';