fix: Misc frontend layout fixes (#7487)

This commit is contained in:
Michael Genson
2026-04-17 12:28:13 -05:00
committed by GitHub
parent 0a07835338
commit d9e933d5ae
4 changed files with 7 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div style="height: 100%;">
<v-row class="my-0 mx-7">
<v-row class="mb-0 mt-3 mx-7">
<v-spacer />
<v-col class="text-right">
<!-- Filters -->
@@ -44,6 +44,7 @@
:model-value="option.checked"
color="primary"
readonly
hide-details
@click="toggleEventTypeOption(option.value)"
>
<template #label>

View File

@@ -28,7 +28,6 @@
<v-col v-else cols="9" style="margin: auto; text-align: center">
{{ event.subject }}
</v-col>
<v-spacer />
<v-col :cols="useMobileFormat ? 'auto' : '1'" class="px-0 pt-0">
<RecipeTimelineContextMenu
v-if="currentUser && currentUser.id == event.userId && event.eventType != 'system'"