Skip to content

Commit 86333ef

Browse files
committed
fixup!
1 parent 9316b28 commit 86333ef

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

apps/site/components/Common/Searchbox/ChatInteractions/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
.scrollDownButton {
4141
@apply absolute
42-
bottom-36
42+
bottom-28
4343
left-1/2
4444
inline-flex
4545
-translate-x-1/2
@@ -53,7 +53,6 @@
5353
focus:bg-neutral-300
5454
focus:outline-none
5555
motion-safe:transition-colors
56-
lg:bottom-28
5756
dark:bg-neutral-900
5857
dark:text-neutral-200
5958
focus:dark:bg-neutral-800;

apps/site/components/Common/Searchbox/DocumentLink/index.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
.documentLink {
44
@apply rounded-xl
5-
bg-white
5+
bg-neutral-100
66
px-4
77
py-2
88
text-neutral-900
99
duration-300
1010
hover:bg-neutral-200
1111
focus:bg-neutral-200
1212
motion-safe:transition-colors
13-
lg:bg-neutral-100
1413
dark:bg-neutral-950
1514
dark:text-neutral-200
1615
hover:dark:bg-neutral-900

apps/site/components/Common/Searchbox/SearchItem/index.module.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
focus-visible:border-green-600
1818
focus-visible:bg-transparent
1919
motion-safe:transition-colors
20-
dark:bg-zinc-950
21-
dark:hover:bg-neutral-900
22-
lg:dark:bg-neutral-950;
20+
dark:bg-neutral-950
21+
dark:hover:bg-neutral-900;
2322
}
2423

2524
svg {

packages/ui-components/src/Common/Search/Modal/index.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,14 @@
8080
my-0
8181
flex
8282
h-auto
83+
w-full
8384
max-w-3xl
8485
bg-neutral-100
8586
dark:bg-neutral-950;
87+
88+
> section {
89+
@apply w-full;
90+
}
8691
}
8792

8893
.modalContent {

0 commit comments

Comments
 (0)