Skip to content

Commit

Permalink
minor ui fix navbar, especially mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
GMBueno committed Oct 24, 2024
1 parent 0e889e8 commit 8d944c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<span class="">{{ slotProps.item.label }}</span>
<div
v-if="isActive(slotProps.item)"
class="absolute bottom-0 left-0 w-full h-1 rounded bg-sky-400"
class="absolute bottom-0 left-4 md:left-1/2 md:-translate-x-1/2 self-center items-center w-1/3 md:w-5/6 h-1 rounded bg-sky-400"
></div>
</a>
</template>
Expand Down

0 comments on commit 8d944c7

Please sign in to comment.