File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 43
43
</div >
44
44
45
45
<Command .Dialog class =" font-primary" bind:open >
46
- <Command .Input class =" text-base" placeholder =" Type a command or search..." />
46
+ <Command .Input class =" text-base lg:text-lg " placeholder =" Type a command or search..." />
47
47
<Command .List >
48
- <Command .Empty >No results found.</Command .Empty >
48
+ <Command .Empty class = " lg:text-base " >No results found.</Command .Empty >
49
49
<Command .Group heading =" Suggestions" >
50
50
<Command .Item
51
+ class =" lg:text-base"
51
52
onSelect ={async () => {
52
53
open = false ;
53
54
await goto (' /settings' );
57
58
<span >Settings</span >
58
59
</Command .Item >
59
60
<Command .Item
61
+ class =" lg:text-base"
60
62
onSelect ={async () => {
61
63
open = false ;
62
64
await goto (' /status' );
69
71
<Command .Separator />
70
72
<Command .Group heading =" Settings" >
71
73
<Command .Item
74
+ class =" lg:text-base"
72
75
onSelect ={async () => {
73
76
open = false ;
74
77
await goto (' /settings/general' );
78
81
<span >General</span >
79
82
</Command .Item >
80
83
<Command .Item
84
+ class =" lg:text-base"
81
85
onSelect ={async () => {
82
86
open = false ;
83
87
await goto (' /settings/plex' );
87
91
<span >Plex</span >
88
92
</Command .Item >
89
93
<Command .Item
94
+ class =" lg:text-base"
90
95
onSelect ={async () => {
91
96
open = false ;
92
97
await goto (' /settings/content' );
96
101
<span >Content</span >
97
102
</Command .Item >
98
103
<Command .Item
104
+ class =" lg:text-base"
99
105
onSelect ={async () => {
100
106
open = false ;
101
107
await goto (' /settings/about' );
You can’t perform that action at this time.
0 commit comments