dodanie fontu i usuniecie shadow z navbar

This commit is contained in:
2026-03-29 19:24:25 +02:00
parent 293e6a1dbb
commit 5a30569dd0
2 changed files with 26 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<template>
<q-layout view="lHh Lpr lFf">
<q-header elevated>
<q-toolbar>
<q-header>
<q-toolbar class="topbar">
<q-btn flat dense round icon="menu" aria-label="Menu" @click="toggleLeftDrawer" />
<q-toolbar-title> Quasar App </q-toolbar-title>
@@ -88,3 +88,9 @@ function toggleLeftDrawer() {
leftDrawerOpen.value = !leftDrawerOpen.value
}
</script>
<style lang="scss" scoped>
.topbar {
background: var(--my-background);
}
</style>