Skip to content

Commit

Permalink
feat: switch to drawer menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperorb committed Mar 26, 2024
1 parent cac55e5 commit 10753de
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 188 deletions.
179 changes: 0 additions & 179 deletions src/lib/components/Sidebar.svelte

This file was deleted.

5 changes: 5 additions & 0 deletions src/lib/components/ui/DarkModeToggle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,9 @@
.checkbox:checked + .checkbox-label .ball {
transform: translateX(24px);
}
.checkbox:focus + .checkbox-label {
box-shadow: 0px 0px 2px var(--highlight);
outline: 1px solid var(--highlight);
}
</style>
1 change: 0 additions & 1 deletion src/lib/components/ui/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
main {
z-index: 2;
max-width: 100%;
margin-top: var(--spacing-2);
}
.wrapper {
border-radius: 6px 0 0 6px;
Expand Down
Loading

0 comments on commit 10753de

Please sign in to comment.