Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Fix Visibility of Dark/Light Mode Toggle and Signup Button in Mobile View #206

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
navbar fix
Signed-off-by: Akshansh <[email protected]>
akshansh-modi committed Jul 4, 2024
commit ed554cf1722c4815d92230972278b7efcbbd9ec4
7 changes: 2 additions & 5 deletions site/src/components/Navigation/Navigation.styles.js
Original file line number Diff line number Diff line change
@@ -250,17 +250,14 @@ export const Header = styled.header`
}
.themeToggle {
margin: 0 5px;
background: ${({ theme }) => theme.body};
akshansh-modi marked this conversation as resolved.
Show resolved Hide resolved
padding: 10px 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
border: 1px solid gray;
}
.btn-container {
display: none;
}
.mode-btn {
width: 95%;
}