File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<Modal
15
15
class ="
16
- w-[80vw ] h-[90vh]
16
+ max- w-[90rem] w-[95vw ] h-[90vh]
17
17
bg-surface-100 dark:bg-surface-800
18
18
@container/full
19
19
"
Original file line number Diff line number Diff line change 31
31
<div
32
32
class ="
33
33
flex
34
- p-4
34
+ px-4 pt-2 @sm/half: p-4
35
35
gap-4
36
36
"
37
37
>
38
38
<Search
39
39
bind:value ={sourceSearch }
40
- placeholder ={ " Filter sources..." }
41
- inputClass ={ " w-26" }
42
- containerClass =" grow"
40
+ placeholder =" Filter sources..."
41
+ inputClass =" w-26"
42
+ containerClass =" grow @sm/half:flex hidden "
43
43
infoText ={` ${
44
44
sourceCategories ? Object .keys (sourceCategories ).length : 0
45
45
} sources ` }
78
78
<ul
79
79
class ="
80
80
space-y-2
81
- p-4
81
+ @sm/half: p-4
82
82
overflow-x-hidden
83
83
overflow-auto
84
84
"
105
105
class ="
106
106
flex
107
107
items-center
108
- gap-2
108
+ @sm/half: gap-2
109
109
110
110
cursor-pointer
111
111
168
168
rounded-full
169
169
170
170
{selected ? 'bg-primary-500' : 'border border-tertiary-500'}
171
+ hidden @sm/half:hidden
171
172
"
172
173
>
173
174
<Fa
You can’t perform that action at this time.
0 commit comments