UPD: Profile & nav styling

This commit is contained in:
Robert Kossessa
2024-02-02 02:40:16 +01:00
parent e0baf14843
commit 934448fa61
4 changed files with 15 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<div class="flex">
<div v-for="(option, index) in configPageOptions" :key="index" class="flex flex-1 items-center">
<button
class="flex-1 h-12 items-center text-center group px-1 font-heading"
class="flex-1 h-12 items-center text-center group px-3 font-heading"
:class="index===currentPage ? 'bg-zinc-900': 'hover:bg-zinc-800 text-zinc-200 bg-zinc-950'"
@click="currentPage = index">
{{ $t(option.titleKey) }}