Move page bar closer to top of screen

This commit is contained in:
Jon Staab
2025-03-03 17:10:17 -08:00
parent ffb36af734
commit db203bf00d

View File

@@ -9,7 +9,7 @@
const {...props}: Props = $props()
</script>
<div class="relative z-feature mx-2 rounded-xl pt-4 {props.class}">
<div class="relative z-feature mx-2 rounded-xl pt-2 {props.class}">
<div
class="flex min-h-12 items-center justify-between gap-4 rounded-xl bg-base-100 px-4 shadow-xl">
<div class="flex items-center gap-4">