From 4d5083fa83d804046dc5f849159538bbb8f5964f Mon Sep 17 00:00:00 2001 From: Sanasol Date: Mon, 7 May 2018 13:04:16 +0300 Subject: [PATCH] school lesson mobile size --- apps/school/templates/school/livelesson_detail.html | 4 ++-- web/src/sass/_common.sass | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) 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