Browse Source

🎨style: Remove the paddingBottom style in `isMobile`

Apple\Apple 9 tháng trước cách đây
mục cha
commit
bcd673de3a
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      web/src/components/SiderBar.js

+ 0 - 3
web/src/components/SiderBar.js

@@ -515,9 +515,6 @@ const SiderBar = () => {
         ))}
 
         <Nav.Footer
-          style={{
-            paddingBottom: styleState?.isMobile ? '112px' : '',
-          }}
           collapseButton={true}
           collapseText={(collapsed) => {
             if (collapsed) {