Skip to content

Commit

Permalink
Merge pull request #307 from cashubtc/ui-header-improve
Browse files Browse the repository at this point in the history
fix double padding in ios and header transpartent
  • Loading branch information
callebtc authored Dec 26, 2024
2 parents 75cbfa0 + 3e8b7dd commit 7e0f93e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 7 additions & 1 deletion src/components/MainHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<q-header class="bg-marginal-bg">
<q-header class="bg-transparent">
<q-toolbar>
<q-btn
flat
Expand Down Expand Up @@ -193,3 +193,9 @@ export default defineComponent({
},
});
</script>
<style scoped>
.glassy-header {
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
}
</style>
2 changes: 0 additions & 2 deletions src/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ body {
}

body,
#q-app,
.q-drawer,
.q-layout,
.q-header,
.q-dialog__inner > div,
.q-notification {
Expand Down

0 comments on commit 7e0f93e

Please sign in to comment.