Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5907fd0

Browse files
authored
Update spacing in the internal header (#2084)
* Split homepage VR tests * Fix e2e tests * Update spacing in the internal header
1 parent d7cf213 commit 5907fd0

35 files changed

+2
-3
lines changed

src/components/VHeader/VHeaderInternal.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
class="main-header z-30 flex h-20 w-full items-stretch justify-between gap-x-2 border-b border-tx py-4 ps-2 pe-3 md:py-4 lg:ps-6 lg:pe-10"
55
>
66
<VHomeLink variant="dark" class="px-4 hover:bg-yellow" />
7-
<nav class="lg:justify-stretch hidden ms-auto lg:flex">
7+
<nav class="hidden lg:flex">
88
<VPageLinks
99
mode="light"
10-
class="md:justify-stretch hidden items-center gap-8 text-sm ms-auto md:flex"
11-
nav-link-classes="ms-3"
10+
class="flex items-center gap-6 text-sm"
1211
@close="closePageMenu"
1312
/>
1413
</nav>
-24 Bytes
Loading
-1.34 KB
Loading
-16 Bytes
Loading
-11 Bytes
Loading
-17 Bytes
Loading
-15 Bytes
Loading
-16 Bytes
Loading
-1.05 KB
Loading
-11 Bytes
Loading

0 commit comments

Comments
 (0)