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

hide settings button when navbar is closed (#22292)

parent b78ef2b3
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ export const ProfileLinkContainer = styled.div<{ isOpen: boolean }>`
border-top: 1px solid ${color("border")};
background-color: ${color("white")};
display: flex;
overflow: hidden;
align-items: center;
margin-right: ${space(2)};
color: ${color("text-light")};
......
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