fix: misc lesson issues

This commit is contained in:
Jannat Patel
2024-04-25 16:41:56 +05:30
parent 804fc8e391
commit 1a2cb0fc3c
9 changed files with 1013 additions and 806 deletions

View File

@@ -151,7 +151,7 @@
</div>
</div>
<div class="sticky top-10">
<div class="bg-gray-50 p-5 border-b">
<div class="bg-gray-50 py-5 pl-2 border-b">
<div class="text-lg font-semibold">
{{ lesson.data.course_title }}
</div>
@@ -381,10 +381,6 @@ const allowInstructorContent = () => {
font-weight: 500;
}
.codex-editor__redactor {
padding-bottom: 0 !important;
}
.embed-tool__caption {
display: none;
}