mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 17:48:51 +02:00
92 frontend refinements, clickable logo
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user