mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 11:33:19 +00:00
🎨style: Remove the paddingBottom style in isMobile
This commit is contained in:
@@ -515,9 +515,6 @@ const SiderBar = () => {
|
||||
))}
|
||||
|
||||
<Nav.Footer
|
||||
style={{
|
||||
paddingBottom: styleState?.isMobile ? '112px' : '',
|
||||
}}
|
||||
collapseButton={true}
|
||||
collapseText={(collapsed) => {
|
||||
if (collapsed) {
|
||||
|
||||
Reference in New Issue
Block a user