We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bf4d2 commit 0cd429eCopy full SHA for 0cd429e
2 files changed
packages/ui-components/src/Common/Search/Modal/index.module.css
@@ -99,9 +99,14 @@
99
lg:bottom-auto
100
lg:h-auto
101
lg:max-w-3xl
102
+ lg:min-w-lg
103
lg:bg-neutral-100
104
dark:bg-zinc-950
105
lg:dark:bg-neutral-950;
106
+
107
+ > section {
108
+ @apply lg:min-w-lg;
109
+ }
110
}
111
112
.modalContent {
packages/ui-components/src/Common/Search/Modal/index.tsx
@@ -30,6 +30,7 @@ const SearchModal: FC<PropsWithChildren<SearchModalProps>> = ({
30
<MagnifyingGlassIcon />
31
{placeholder}
32
</div>
33
34
<span className={styles.searchButtonShortcut}>⌘ K</span>
35
</Modal.Trigger>
36
0 commit comments