не показывать больше 3 комментариев под видео в уроках

remotes/origin/hotfix/comments-7-07-19
gzbender 7 years ago
parent effac348bb
commit 9a7d9897f8
  1. 2
      project/settings.py
  2. 2
      project/templates/lilcity/layer.html
  3. 2
      web/src/sass/_common.sass

@ -270,7 +270,7 @@ CELERY_BEAT_SCHEDULE = {
'send_june_camp_certificates': { 'send_june_camp_certificates': {
'task': 'apps.notification.tasks.send_camp_certificates', 'task': 'apps.notification.tasks.send_camp_certificates',
'schedule': crontab(0, 9, day_of_month='1', month_of_year='7'), 'schedule': crontab(0, 9, day_of_month='1', month_of_year='7'),
'kwargs': {'certificate_number': 2}, 'kwargs': {'certificate_number': 1},
}, },
'send_jule_camp_certificates': { 'send_jule_camp_certificates': {
'task': 'apps.notification.tasks.send_camp_certificates', 'task': 'apps.notification.tasks.send_camp_certificates',

@ -68,7 +68,7 @@
</noscript> </noscript>
<!-- End Facebook Pixel Code --> <!-- End Facebook Pixel Code -->
<!-- Global site tag (gtag.js) - Google Ads: 808701460 --> <!-- Global site tag (gtag.js) - Google Ads: 808701460 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-808701460"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-121923960-1"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}

@ -2987,7 +2987,7 @@ a.grey-link
max-height: 400px max-height: 400px
overflow: auto overflow: auto
+m +m
max-height: inherit max-height: 250px
&--chat &__item, &--chat &__item_reply &--chat &__item, &--chat &__item_reply
+m +m
padding: 0 padding: 0

Loading…
Cancel
Save