Commit b13f52e3 by Apple\Apple

🎨style: Remove the paddingBottom style in `isMobile`

parent d751fc73
......@@ -515,9 +515,6 @@ const SiderBar = () => {
))}
<Nav.Footer
style={{
paddingBottom: styleState?.isMobile ? '112px' : '',
}}
collapseButton={true}
collapseText={(collapsed) => {
if (collapsed) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment