92 frontend refinements, clickable logo

This commit is contained in:
survellow
2023-12-04 02:39:08 +01:00
parent fbaff30f09
commit 8dfe8a4836
9 changed files with 135 additions and 132 deletions

View File

@ -44,7 +44,7 @@ window.addEventListener("resize", updateMobile);
:draggable="false"
:header="$t('calendarPreview.preview-long')"
class="w-full lg:w-30rem lg:h-auto m-0 lg:m-2"
position="bottomright"
position="bottomleft"
@update:visible="dialogVisible = $event"
>
<DataTable
@ -52,6 +52,8 @@ window.addEventListener("resize", updateMobile);
edit-mode="cell"
table-class="editable-cells-table"
responsive-layout="scroll"
class="w-full"
:size="mobilePage ? 'small' : 'large'"
>
<Column
v-for="column in columns"
@ -68,7 +70,7 @@ window.addEventListener("resize", updateMobile);
</Dialog>
<SpeedDial
v-if="previewOn && !dialogVisible"
:style="{ position: 'fixed', bottom: '2rem', right: '2rem' }"
:style="{ position: 'fixed', bottom: '2rem', left: '2rem' }"
>
<template #button>
<Button