Skip to content

Commit 3118af2

Browse files
resolve prettier issues on main (#8339)
resolve prettier issues
1 parent e6dd0f7 commit 3118af2

File tree

12 files changed

+43
-43
lines changed

12 files changed

+43
-43
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
border-neutral-300
1313
bg-neutral-100
1414
py-2
15-
pl-3
1615
pr-1
16+
pl-3
1717
dark:border-neutral-900
1818
dark:bg-neutral-950;
1919
}
@@ -78,13 +78,13 @@
7878
@apply flex
7979
size-max
8080
cursor-pointer
81-
whitespace-nowrap
8281
rounded-full
8382
border
8483
border-neutral-300
8584
bg-neutral-200
8685
px-3
8786
py-1
87+
whitespace-nowrap
8888
text-neutral-900
8989
duration-300
9090
hover:bg-neutral-300

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444

4545
.chatSourceTitle {
4646
@apply max-w-full
47-
overflow-hidden
4847
truncate
49-
text-ellipsis
50-
whitespace-nowrap
48+
overflow-hidden
5149
text-sm
52-
font-semibold;
50+
font-semibold
51+
text-ellipsis
52+
whitespace-nowrap;
5353
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
.documentTitle {
2525
@apply max-w-full
26-
overflow-hidden
2726
truncate
28-
text-ellipsis
29-
whitespace-nowrap
27+
overflow-hidden
3028
text-sm
31-
font-semibold;
29+
font-semibold
30+
text-ellipsis
31+
whitespace-nowrap;
3232
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
@apply my-3
2121
text-xs
2222
font-semibold
23-
uppercase
2423
text-neutral-800
24+
uppercase
2525
dark:text-neutral-500;
2626
}
2727

@@ -47,12 +47,12 @@
4747
}
4848

4949
.noResultsWrapper {
50-
@apply pb-31
51-
flex
50+
@apply flex
5251
h-full
5352
items-center
5453
justify-center
5554
pt-10
55+
pb-31
5656
text-sm
5757
text-neutral-800
5858
dark:text-neutral-500;

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
.topBarArrow {
1212
@apply absolute
13-
left-4
1413
top-1/2
14+
left-4
1515
-translate-y-1/2
1616
text-neutral-900
1717
dark:text-neutral-200;
@@ -22,8 +22,8 @@
2222
}
2323

2424
.topBarTabs {
25-
@apply rounded-4xl
26-
flex
25+
@apply flex
26+
rounded-4xl
2727
bg-neutral-200
2828
p-1
2929
text-sm
@@ -45,13 +45,13 @@
4545
}
4646

4747
.topBarTabActive {
48-
@apply before:rounded-4xl
49-
relative
48+
@apply relative
5049
z-10
5150
text-white
5251
before:absolute
5352
before:inset-0
5453
before:z-[-1]
54+
before:rounded-4xl
5555
before:bg-black
5656
motion-safe:transition-colors
5757
dark:text-neutral-900

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
svg {
1414
@apply absolute
15-
left-3
1615
top-1/2
16+
left-3
1717
size-4
1818
-translate-y-1/2
1919
text-neutral-500
@@ -27,8 +27,8 @@
2727
border-neutral-200
2828
bg-transparent
2929
py-4
30-
pl-9
3130
pr-4
31+
pl-9
3232
text-sm
3333
text-neutral-900
3434
placeholder:text-neutral-500

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
px-2
1212
py-3
1313
text-sm
14-
outline-none
1514
duration-300
15+
outline-none
1616
hover:bg-neutral-300
1717
focus-visible:border-green-600
1818
focus-visible:bg-transparent

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
}
137137

138138
.searchResultsGroupTitle {
139-
@apply mb-3
140-
mt-4
139+
@apply mt-4
140+
mb-3
141141
pl-2
142142
text-sm
143143
font-semibold

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.slidingPanelCloseButton {
44
@apply absolute
5-
right-6
65
top-2
6+
right-6
77
z-20
88
cursor-pointer
99
rounded-full

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
.modalWrapper {
6161
@apply fixed
62-
left-0
6362
top-0
63+
left-0
6464
z-50
6565
mx-auto
6666
my-0
@@ -75,16 +75,16 @@
7575

7676
.modalInner {
7777
@apply fixed
78-
bottom-0
7978
top-0
79+
bottom-0
8080
mx-auto
8181
my-0
8282
flex
8383
h-full
8484
max-w-none
8585
bg-white
86-
lg:bottom-auto
8786
lg:top-auto
87+
lg:bottom-auto
8888
lg:h-auto
8989
lg:max-w-3xl
9090
lg:bg-neutral-100

0 commit comments

Comments
 (0)