UPD: Styling
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
v-if="showTabs"
|
v-if="showTabs"
|
||||||
v-model="configPage"
|
v-model="configPage"
|
||||||
:options="configPages"
|
:options="configPages"
|
||||||
class="p-2 border solid border-b">
|
class="p-2 border solid border-b bg-zinc-900">
|
||||||
<template v-for="(page, key) in configPages" #[key] :key="key">
|
<template v-for="(page, key) in configPages" #[key] :key="key">
|
||||||
<ScrambleText ref="title" :text="$t(page.titleKey)" />
|
<ScrambleText ref="title" :text="$t(page.titleKey)" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<Transition name="fade">
|
<Transition name="fade">
|
||||||
<button
|
<button
|
||||||
v-if="!showProfileConfig"
|
v-if="!showProfileConfig"
|
||||||
class="bg-zinc-200 text-black hover:bg-zinc-100 rounded-lg h-8 aspect-square flex justify-center items-center"
|
class="bg-zinc-300 text-black hover:bg-zinc-200 border border-zinc-100 rounded-lg h-8 aspect-square flex justify-center items-center"
|
||||||
@click="store.addProfile">
|
@click="store.addProfile">
|
||||||
<Plus class="h-4" />
|
<Plus class="h-4" />
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user