UPD: Sizing to fit fixed window

This commit is contained in:
Robert Kossessa
2024-02-02 00:13:22 +01:00
parent 1dd8d68348
commit 734605aec7
6 changed files with 24 additions and 18 deletions

View File

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