Skip to content

Commit

Permalink
feat(banner): increase height
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 18, 2022
1 parent 335d27f commit 6164c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const showBanner = computed(() => {
})
const clazz = computed(() => {
const clazz = 'top-0 h-10 pl-2 pr-12 w-full bg-lime-300 flex items-center justify-center font-medium shadow' + ' '
const clazz = 'top-0 h-14 pl-2 pr-12 w-full bg-lime-300 flex items-center justify-center font-medium shadow' + ' '
if (props.parent) {
return clazz + 'fixed z-50'
} else {
Expand Down

0 comments on commit 6164c7b

Please sign in to comment.