chore(f3.5): AppShell mockup parity — sidebar, topbar, plugin fixes #26
@@ -103,7 +103,7 @@ function toggleUserMenu(event: Event) {
|
||||
>
|
||||
<div
|
||||
v-if="isHeading(item)"
|
||||
class="mt-4 mb-2 px-2 text-xs font-semibold uppercase tracking-wider text-surface-500"
|
||||
class="mt-6 mb-1 px-3 text-[11px] font-medium uppercase tracking-widest text-surface-400"
|
||||
>
|
||||
{{ item.heading }}
|
||||
</div>
|
||||
@@ -140,7 +140,7 @@ function toggleUserMenu(event: Event) {
|
||||
>
|
||||
<div
|
||||
v-if="isHeading(item)"
|
||||
class="mt-4 mb-2 px-2 text-xs font-semibold uppercase tracking-wider text-surface-500"
|
||||
class="mt-6 mb-1 px-3 text-[11px] font-medium uppercase tracking-widest text-surface-400"
|
||||
>
|
||||
{{ item.heading }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user