Skip to content
Snippets Groups Projects
Verified Commit e3eed6cc authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix mobile view for validity range select in timetables

parent 258c882d
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
......@@ -67,8 +67,11 @@ export default {
<template>
<timetable-wrapper :on-selected="onSelected">
<template #additionalSelect="{ selected }">
<v-card class="mb-2">
<template #additionalSelect="{ selected, mobile }">
<v-card
:class="{ 'mb-2': !mobile, 'mx-2 mt-2': mobile }"
:outlined="mobile"
>
<v-card-text>
<time-grid-field
outlined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment