We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b45b8a commit bfb02cdCopy full SHA for bfb02cd
1 file changed
resources/js/components/ui/Header.vue
@@ -10,7 +10,7 @@ const props = defineProps({
10
</script>
11
12
<template>
13
- <header class="flex flex-wrap items-center justify-between gap-4 px-2 sm:px-0 py-6 max-md:pb-8 md:py-8" data-ui-header>
+ <header class="relative flex flex-wrap items-center justify-between gap-4 px-2 sm:px-0 py-6 max-md:pb-8 md:py-8" data-ui-header>
14
<h1 class="text-[25px] leading-[1.25] st-text-legibility font-medium antialiased flex items-center gap-2.5 md:flex-1">
15
<!-- Wrap icon in a fixed size div (the same size as the icon) to prevent layout shift once it loads -->
16
<div v-if="icon" class="size-5 relative">
0 commit comments