Skip to content

Commit 04afd24

Browse files
authored
styles: menu demos (#203)
1 parent a8f18d1 commit 04afd24

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

src/components/demos/dropdown-menu-demo.svelte

+11-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
<DropdownMenu.Root>
1616
<DropdownMenu.Trigger
17-
class="inline-flex h-10 w-10 items-center justify-center rounded-full border border-border-input bg-background text-sm font-medium text-foreground shadow-btn transition-colors hover:bg-muted focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-foreground focus-visible:ring-offset-2 focus-visible:ring-offset-background active:scale-98"
17+
class="focus-visible inline-flex h-10 w-10 items-center justify-center rounded-full border border-border-input bg-background text-sm font-medium text-foreground shadow-btn hover:bg-muted focus-visible:ring-2 focus-visible:ring-foreground focus-visible:ring-offset-2 focus-visible:ring-offset-background active:scale-98"
1818
>
1919
<DotsThree class="h-6 w-6 text-foreground" />
2020
</DropdownMenu.Trigger>
2121
<DropdownMenu.Content
22-
class="w-full max-w-[229px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
22+
class="w-full max-w-[229px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover"
2323
transition={flyAndScale}
2424
sideOffset={8}
2525
>
2626
<DropdownMenu.Item
27-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
27+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
2828
>
2929
<div class="flex items-center">
3030
<UserCircle class="mr-2 text-foreground-alt sq-5" />
@@ -44,7 +44,7 @@
4444
</div>
4545
</DropdownMenu.Item>
4646
<DropdownMenu.Item
47-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
47+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
4848
>
4949
<div class="flex items-center">
5050
<Cardholder class="mr-2 text-foreground-alt sq-5" />
@@ -64,7 +64,7 @@
6464
</div>
6565
</DropdownMenu.Item>
6666
<DropdownMenu.Item
67-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
67+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
6868
>
6969
<div class="flex items-center">
7070
<GearSix class="mr-2 text-foreground-alt sq-5" />
@@ -86,7 +86,7 @@
8686
<DropdownMenu.Separator class="my-1 -ml-1 -mr-1 block h-px bg-muted" />
8787
<DropdownMenu.Sub>
8888
<DropdownMenu.SubTrigger
89-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted data-[state=open]:bg-muted"
89+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted"
9090
>
9191
<div class="flex items-center">
9292
<UserCirclePlus class="mr-2 text-foreground-alt sq-5" />
@@ -97,12 +97,12 @@
9797
</div>
9898
</DropdownMenu.SubTrigger>
9999
<DropdownMenu.SubContent
100-
class="w-full max-w-[209px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
100+
class="w-full max-w-[209px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover !ring-0 !ring-transparent"
101101
transition={flyAndScale}
102102
sideOffset={10}
103103
>
104104
<DropdownMenu.Item
105-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
105+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
106106
>
107107
<Avatar.Root
108108
class="relative mr-3 flex shrink-0 overflow-hidden rounded-full border border-foreground/50 sq-5"
@@ -120,7 +120,7 @@
120120
@huntabyte
121121
</DropdownMenu.Item>
122122
<DropdownMenu.Item
123-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
123+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
124124
>
125125
<Avatar.Root
126126
class="relative mr-3 flex shrink-0 overflow-hidden rounded-full border border-foreground/50 sq-5"
@@ -138,7 +138,7 @@
138138
@pavel_stianko
139139
</DropdownMenu.Item>
140140
<DropdownMenu.Item
141-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
141+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
142142
>
143143
<Avatar.Root
144144
class="relative mr-3 flex shrink-0 overflow-hidden rounded-full border border-foreground/50 sq-5"
@@ -156,7 +156,7 @@
156156
@cokakoala_
157157
</DropdownMenu.Item>
158158
<DropdownMenu.Item
159-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none transition-colors data-[highlighted]:bg-muted"
159+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
160160
>
161161
<Avatar.Root
162162
class="relative mr-3 flex shrink-0 overflow-hidden rounded-full border border-foreground/50 sq-5"

src/components/demos/menubar-demo.svelte

+37-37
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
</script>
1414

1515
<Menubar.Root
16-
class="flex h-12 items-center gap-1 rounded-[10px] border border-dark-10 bg-background px-[3px] shadow-mini"
16+
class="flex h-12 items-center gap-1 rounded-10px border border-dark-10 bg-background px-[3px] shadow-mini"
1717
>
18-
<div class="px-[10px]">
18+
<div class="px-2.5">
1919
<Cat class="sq-6" />
2020
</div>
2121
<Menubar.Menu>
2222
<Menubar.Trigger
23-
class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted"
23+
class="inline-flex h-10 cursor-default items-center justify-center rounded-9px px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted"
2424
>View</Menubar.Trigger
2525
>
2626
<Menubar.Content
27-
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
27+
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover !ring-0 !ring-transparent "
2828
transition={flyAndScale}
2929
align="start"
3030
sideOffset={3}
3131
>
3232
<Menubar.CheckboxItem
33-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
33+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
3434
bind:checked={pixelGrid}
3535
>
3636
Pixel grid
@@ -44,7 +44,7 @@
4444
{/if}
4545
</Menubar.CheckboxItem>
4646
<Menubar.CheckboxItem
47-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
47+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
4848
bind:checked={layoutGrid}
4949
>
5050
Layout grid
@@ -61,7 +61,7 @@
6161
<Menubar.RadioGroup bind:value={view}>
6262
<Menubar.RadioItem
6363
value="table"
64-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
64+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
6565
>
6666
Table
6767
<Menubar.RadioIndicator class="ml-auto">
@@ -70,7 +70,7 @@
7070
</Menubar.RadioItem>
7171
<Menubar.RadioItem
7272
value="board"
73-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
73+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
7474
>
7575
Board
7676
<Menubar.RadioIndicator class="ml-auto">
@@ -79,7 +79,7 @@
7979
</Menubar.RadioItem>
8080
<Menubar.RadioItem
8181
value="gallery"
82-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
82+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
8383
>
8484
Gallery
8585
<Menubar.RadioIndicator class="ml-auto">
@@ -91,84 +91,84 @@
9191
</Menubar.Menu>
9292
<Menubar.Menu>
9393
<Menubar.Trigger
94-
class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted"
94+
class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted"
9595
>Edit</Menubar.Trigger
9696
>
9797
<Menubar.Content
98-
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
98+
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover"
9999
transition={flyAndScale}
100100
align="start"
101101
sideOffset={3}
102102
>
103103
<Menubar.Item
104-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
104+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
105105
>Undo</Menubar.Item
106106
>
107107
<Menubar.Item
108-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
108+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
109109
>Redo</Menubar.Item
110110
>
111111
<Menubar.Separator />
112112
<Menubar.Sub>
113113
<Menubar.SubTrigger
114-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted"
114+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted"
115115
>
116116
Find
117117
<div class="ml-auto flex items-center gap-px">
118118
<CaretRight class="h-4 w-4 text-foreground-alt" />
119119
</div>
120120
</Menubar.SubTrigger>
121121
<Menubar.SubContent
122-
class="w-full max-w-[209px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
122+
class="w-full max-w-[209px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover"
123123
transition={flyAndScale}
124124
>
125125
<Menubar.Item
126-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
126+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
127127
>Search the web</Menubar.Item
128128
>
129129
<Menubar.Separator />
130130
<Menubar.Item
131-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
131+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
132132
>Find...</Menubar.Item
133133
>
134134
<Menubar.Item
135-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
135+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
136136
>Find Next</Menubar.Item
137137
>
138138
<Menubar.Item
139-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
139+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
140140
>Find Previous</Menubar.Item
141141
>
142142
</Menubar.SubContent>
143143
</Menubar.Sub>
144144
<Menubar.Separator />
145145
<Menubar.Item
146-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
146+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
147147
>Cut</Menubar.Item
148148
>
149149
<Menubar.Item
150-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
150+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
151151
>Copy</Menubar.Item
152152
>
153153
<Menubar.Item
154-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
154+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
155155
>Paste</Menubar.Item
156156
>
157157
</Menubar.Content>
158158
</Menubar.Menu>
159159
<Menubar.Menu>
160160
<Menubar.Trigger
161-
class="inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted"
161+
class="inline-flex h-10 cursor-default items-center justify-center rounded-9px px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted"
162162
>View</Menubar.Trigger
163163
>
164164
<Menubar.Content
165-
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
165+
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover"
166166
transition={flyAndScale}
167167
align="start"
168168
sideOffset={3}
169169
>
170170
<Menubar.CheckboxItem
171-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
171+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
172172
bind:checked={bookmarks}
173173
>
174174
Show Bookmarks Bar
@@ -182,7 +182,7 @@
182182
{/if}
183183
</Menubar.CheckboxItem>
184184
<Menubar.CheckboxItem
185-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
185+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
186186
bind:checked={fullUrls}
187187
>
188188
Show Full URLs
@@ -197,39 +197,39 @@
197197
</Menubar.CheckboxItem>
198198
<Menubar.Separator />
199199
<Menubar.Item
200-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
200+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
201201
>Reload</Menubar.Item
202202
>
203203
<Menubar.Item
204-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
204+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
205205
>Force Reload</Menubar.Item
206206
>
207207
<Menubar.Separator />
208208
<Menubar.Item
209-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
209+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
210210
>Toggle Fullscreen</Menubar.Item
211211
>
212212
<Menubar.Separator />
213213
<Menubar.Item
214-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
214+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
215215
>Hide Sidebar</Menubar.Item
216216
>
217217
</Menubar.Content>
218218
</Menubar.Menu>
219219
<Menubar.Menu>
220220
<Menubar.Trigger
221-
class="mr-[20px] inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium outline-none data-[highlighted]:bg-muted data-[state=open]:bg-muted"
221+
class="mr-[20px] inline-flex h-10 cursor-default items-center justify-center rounded-[9px] px-3 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted data-[state=open]:bg-muted"
222222
>Profiles</Menubar.Trigger
223223
>
224224
<Menubar.Content
225-
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover outline-none"
225+
class="z-50 w-full max-w-[220px] rounded-xl border border-muted bg-background px-1 py-1.5 shadow-popover"
226226
transition={flyAndScale}
227227
align="start"
228228
sideOffset={3}
229229
>
230230
<Menubar.RadioGroup bind:value={profile}>
231231
<Menubar.RadioItem
232-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
232+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
233233
value="hunter"
234234
>
235235
Hunter
@@ -238,7 +238,7 @@
238238
</Menubar.RadioIndicator>
239239
</Menubar.RadioItem>
240240
<Menubar.RadioItem
241-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
241+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
242242
value="pavel"
243243
>
244244
Pavel
@@ -247,7 +247,7 @@
247247
</Menubar.RadioIndicator>
248248
</Menubar.RadioItem>
249249
<Menubar.RadioItem
250-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
250+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
251251
value="adrian"
252252
>
253253
Adrian
@@ -258,12 +258,12 @@
258258
</Menubar.RadioGroup>
259259
<Menubar.Separator />
260260
<Menubar.Item
261-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
261+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
262262
>Edit...</Menubar.Item
263263
>
264264
<Menubar.Separator />
265265
<Menubar.Item
266-
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium outline-none data-[highlighted]:bg-muted"
266+
class="flex h-10 select-none items-center rounded-button py-3 pl-3 pr-1.5 text-sm font-medium !ring-0 !ring-transparent data-[highlighted]:bg-muted"
267267
>Add Profile...</Menubar.Item
268268
>
269269
</Menubar.Content>

0 commit comments

Comments
 (0)