Skip to content

Commit

Permalink
style: position tailwind breakpoint indicator on bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Oct 25, 2024
1 parent c885a72 commit f814f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tailwind-indicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const isVisible = import.meta.dev;
<template>
<div
v-if="isVisible"
class="fixed bottom-1 left-1 z-10 grid size-8 place-content-center rounded-full bg-on-background p-2 font-mono text-xs font-medium text-background"
class="fixed bottom-4 right-4 z-10 grid size-8 place-content-center rounded-full bg-on-background font-mono text-xs font-medium text-background"
>
<span class="xs:hidden">2xs</span>
<span class="max-xs:hidden sm:hidden">xs</span>
Expand Down

0 comments on commit f814f1d

Please sign in to comment.