Skip to content

Commit

Permalink
Update modal styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RatulMaharaj committed Oct 26, 2023
1 parent c520943 commit 1262607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/hotkeys/HotkeyDialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
dialog {
--search-height: 50vh;
--search-height: 40vh;
padding: 0;
background-color: var(--bg-1);
height: var(--search-height);
Expand All @@ -105,7 +105,7 @@
max-width: 100%;
width: 100%;
@media (--above_med) {
width: clamp(600px, 90vw, 950px);
width: clamp(600px, 40vw, 950px);
}
}
Expand Down

0 comments on commit 1262607

Please sign in to comment.