fix: add spacing to the logo (#3653)

This commit is contained in:
dni ⚡ 2025-12-10 08:08:00 +01:00 committed by GitHub
parent f411fd13dc
commit 68b607ecbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@
@click="g.visibleDrawer = !g.visibleDrawer" @click="g.visibleDrawer = !g.visibleDrawer"
></q-btn> ></q-btn>
<q-toolbar-title> <q-toolbar-title>
<q-btn flat no-caps dense size="lg" type="a" href="/"> <q-btn flat no-caps dense class="q-mr-sm" size="lg" type="a" href="/">
<q-img <q-img
v-if="customLogoUrl" v-if="customLogoUrl"
height="30px" height="30px"