fix:#92 mobile table buttons

This commit is contained in:
masterElmar
2023-12-05 18:42:34 +01:00
parent 5e542a85e6
commit 1d656b2653
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {RouteRecordName, RouterView} from "vue-router";
import CalendarPreview from "./components/CalendarPreview.vue";
import moduleStore from "./store/moduleStore.ts";
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit"];
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit", "edit-calendar"];
const store = moduleStore();

View File

@@ -183,7 +183,7 @@ async function deleteFeed() {
</Column>
<template #footer>
<div
class="flex flex-row flex-wrap justify-content-between gap-2 w-full"
class="flex flex-column sm:flex-row flex-wrap justify-content-between gap-2 w-full"
>
<Button type="button" severity="danger" outlined @click="visible = true" icon="pi pi-trash" :label="$t('editCalendarView.delete')"/>
<Button type="button" severity="info" outlined @click="router.push('edit-additional-modules')" icon="pi pi-plus" :label="$t('editCalendarView.addModules')"/>