This commit is contained in:
lesion 2024-01-23 09:11:54 +01:00
parent 3f027a2fe2
commit efed4d705a
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 30 additions and 31 deletions

View file

@ -6,7 +6,7 @@
<div class="text-center">
<nuxt-link id="title" v-text="settings.title" to="/" />
<div
class="text-body-1 font-weight-light"
class="text-body-1 font-weight-light pb-3"
v-text="settings?.description"
/>
</div>

View file

@ -1,6 +1,5 @@
<template lang="pug">
#navsearch.mt-2.mt-sm-4(v-if='showCollectionsBar || showSearchBar || showCalendar')
#navsearch.mt-2.mt-sm-4(v-if='showCollectionsBar || showSearchBar || showCalendar')
div.mx-2
client-only(v-if='showSearchBar')
v-menu(offset-y :close-on-content-click='false' tile)