diff --git a/app.vue b/app.vue index 7af306b..1efe050 100644 --- a/app.vue +++ b/app.vue @@ -1,6 +1,13 @@ @@ -71,4 +78,21 @@ a { visibility: hidden; } +#homebar { + grid-row: 1; + grid-column: 1 / -1; + display: flex; + justify-content: space-evenly; + align-items: center; + background: var(--optional-topbar-background); + background-color: var(--topbar-background-color); + padding-left: 5dvw; + padding-right: 5dvw; + +} + +.homebar-item { + width: 100dvw; +} + diff --git a/layouts/client.vue b/layouts/client.vue index 9ce451e..2687f1e 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -1,13 +1,6 @@