Big cleanup for styling

This commit is contained in:
2025-02-12 16:41:22 -05:00
parent 574c0e1dc6
commit a1c8d34332
6 changed files with 58 additions and 127 deletions

View File

@@ -1,12 +1,10 @@
<template>
<v-btn
variant="text"
style="font-size: x-large; height: 100%"
block
<button
class="secondary"
@click="openDonationDialog()"
>
{{ $t('isupportbtn.isupport') }}
</v-btn>
</button>
<v-dialog v-model="donationModal" max-width="500">
<v-form>
@@ -98,10 +96,10 @@
</template>
<script setup>
import { useClient } from '@/plugins/api.js';
import { useBrandingStore } from '@/stores/brandingStore.js';
import { loadStripe } from '@stripe/stripe-js';
import { onMounted, ref } from 'vue';
import {useClient} from '@/plugins/api.js';
import {useBrandingStore} from '@/stores/brandingStore.js';
import {loadStripe} from '@stripe/stripe-js';
import {onMounted, ref} from 'vue';
const brandingStore = useBrandingStore();