style: increased padding at the bottom of the sidebar component

This commit is contained in:
kangfenmao 2025-01-17 11:06:28 +08:00
parent 8b5dd427d0
commit 67e1dd56e9

View File

@ -166,6 +166,7 @@ const Container = styled.div`
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 8px 0; padding: 8px 0;
padding-bottom: 12px;
width: var(--sidebar-width); width: var(--sidebar-width);
min-width: var(--sidebar-width); min-width: var(--sidebar-width);
height: ${isMac ? 'calc(100vh - var(--navbar-height))' : '100vh'}; height: ${isMac ? 'calc(100vh - var(--navbar-height))' : '100vh'};