feat(ui): transparent status bar

This commit is contained in:
三咲智子 2022-12-31 06:45:34 +08:00
parent b64d1add86
commit 4da2fd05bb
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 7 additions and 3 deletions

View file

@ -8,10 +8,11 @@ defineProps<{
</script>
<template>
<div relative>
<div>
<div
sticky top-0 z10
border="b base" bg="[rgba(var(--c-bg-base-rgb),0.7)]" backdrop-blur
sticky top-0 z10 backdrop-blur
pt="[env(safe-area-inset-top,0)]"
border="b base" bg="[rgba(var(--c-bg-base-rgb),0.7)]"
>
<div flex justify-between px5 py4>
<div flex gap-3 items-center overflow-hidden>