UPD: Profile & nav styling
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user