Skip to content
Snippets Groups Projects
Commit 5a7206de authored by Julian's avatar Julian
Browse files

Decrease spacing on coursebook page

parent 69146424
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
Pipeline #175544 failed
......@@ -45,7 +45,7 @@
>
<v-list-item-content :id="'documentation_' + day[0].toISODate()">
<v-subheader class="text-h6">{{ $d(day[0], "dateWithWeekday") }}</v-subheader>
<v-list max-width="100%">
<v-list max-width="100%" class="pt-0 mt-n1">
<v-list-item
v-for="doc in day.slice(1)"
:key="'documentation-' + doc.id"
......
<template>
<v-card class="my-2 full-width">
<v-card class="my-1 full-width">
<v-card-title v-if="!compact">
<lesson-information v-bind="documentationPartProps" />
</v-card-title>
......@@ -7,7 +7,7 @@
<!-- flex-md-row zeile ab medium -->
<!-- align-stretch - stretch full-width -->
<v-card-text
class="full-width d-flex flex-column align-stretch"
class="full-width d-flex flex-column align-stretch pa-2"
:class="{ 'flex-md-row': compact }"
>
<lesson-information v-if="compact" :class="{ 'flex-110': !$vuetify.breakpoint.mobile }" v-bind="documentationPartProps" />
......
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