Skip to content
Snippets Groups Projects
Unverified Commit b683bc33 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

adjust navbar padding (#25034)

parent 1e671a9c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,6 @@ export const Sidebar = styled.aside<{ isOpen: boolean }>` ...@@ -31,7 +31,6 @@ export const Sidebar = styled.aside<{ isOpen: boolean }>`
position: relative; position: relative;
flex-shrink: 0; flex-shrink: 0;
align-items: center; align-items: center;
padding: 0.5rem 0;
background-color: ${color("white")}; background-color: ${color("white")};
overflow: auto; overflow: auto;
...@@ -57,7 +56,6 @@ export const NavRoot = styled.nav<{ isOpen: boolean }>` ...@@ -57,7 +56,6 @@ export const NavRoot = styled.nav<{ isOpen: boolean }>`
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
padding-bottom: 4rem;
opacity: ${props => (props.isOpen ? 1 : 0)}; opacity: ${props => (props.isOpen ? 1 : 0)};
transition: opacity 0.2s; transition: opacity 0.2s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment