We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba6acb commit 5808052Copy full SHA for 5808052
1 file changed
src/parts/ui/search-input.svelte
@@ -25,7 +25,7 @@ let { query = $bindable() }: Props = $props();
25
<style lang="scss">
26
27
.input-container {
28
- width: 32rem;
+ width: min(32rem, 69vw);
29
@include shear-card();
30
transition: #{trans()};
31
0 commit comments