FIX: Badge spacing

This commit is contained in:
Robert Kossessa
2024-01-24 17:35:39 +01:00
parent 71f9acbbaa
commit 733899ebad

View File

@@ -13,7 +13,7 @@
<Badge
v-if="config.hasOwnProperty('badgeKey')"
v-t="config.badgeKey"
class="font-mono rounded-full h-4 align-middle bg-zinc-900 text-muted-foreground" />
class="font-mono ml-2 rounded-full h-4 align-middle bg-zinc-900 text-muted-foreground" />
</h1>
<p class="text-xs" :class="current_tab===config.id?'text-black' : 'text-muted-foreground'">
{{ $t(`config_options.${config.id}.subtitle`) }}