Tweak page bar style

This commit is contained in:
Jon Staab
2026-05-21 15:17:28 -07:00
parent c441012e02
commit 339bb1afac
+4 -4
View File
@@ -9,8 +9,8 @@
const {children, ...props}: Props = $props() const {children, ...props}: Props = $props()
</script> </script>
<div data-component="PageBar" class="relative z-nav p-2 -mb-4 {props.class}"> <div
<div class="rounded-xl bg-base-100 p-4 shadow-md h-20 md:h-12 flex flex-col justify-center"> data-component="PageBar"
{@render children?.()} class="relative bg-base-100 p-4 shadow-md h-20 md:h-12 flex flex-col justify-center z-nav {props.class}">
</div> {@render children?.()}
</div> </div>