diff --git a/apps/school/templates/school/livelesson_detail.html b/apps/school/templates/school/livelesson_detail.html index 25211945..e5229ada 100644 --- a/apps/school/templates/school/livelesson_detail.html +++ b/apps/school/templates/school/livelesson_detail.html @@ -10,10 +10,10 @@
{{ livelesson.short_description }}
{% if livelesson.is_online %} - - + {% else %} {% if livelesson.cover %} diff --git a/web/src/sass/_common.sass b/web/src/sass/_common.sass index fae1cb73..cc6f3fa7 100755 --- a/web/src/sass/_common.sass +++ b/web/src/sass/_common.sass @@ -2658,6 +2658,17 @@ a.grey-link &__content margin-bottom: 30px color: #191919 + &__video_frame + width: 640px + height: 360px + +m + width: 100% + &__chat_frame + width: 600px + height: 600px + +m + width: 100% + .lessons &__subtitle