Skip to content

Commit 5808052

Browse files
committed
sup
1 parent 8ba6acb commit 5808052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parts/ui/search-input.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let { query = $bindable() }: Props = $props();
2525
<style lang="scss">
2626
2727
.input-container {
28-
width: 32rem;
28+
width: min(32rem, 69vw);
2929
@include shear-card();
3030
transition: #{trans()};
3131

0 commit comments

Comments
 (0)