Skip to content
Snippets Groups Projects
Commit 377293fe authored by Julian's avatar Julian
Browse files

Fix documentation style in dialog

parent a9b38674
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"
<template>
<v-card class="my-1 full-width">
<v-card :class="{'my-1 full-width': true, 'd-flex flex-column': !compact }">
<v-card-title v-if="!compact">
<lesson-information v-bind="documentationPartProps" />
</v-card-title>
<v-card-text
class="full-width main-body pa-2"
:class="{ 'vertical': !compact || $vuetify.breakpoint.mobile }"
class="full-width main-body"
:class="{ 'vertical': !compact || $vuetify.breakpoint.mobile, 'pa-2': compact }"
>
<lesson-information v-if="compact" v-bind="documentationPartProps" />
<lesson-summary
......@@ -20,6 +20,7 @@
/>
<lesson-notes v-bind="documentationPartProps" />
</v-card-text>
<v-spacer />
<v-divider />
<v-card-actions v-if="!compact">
<v-spacer />
......
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