remotes/origin/hotfix/LIL-661
nikita 7 years ago
parent 7e9dc94cbf
commit ed7322f079
  1. 8
      project/settings.py
  2. 17
      web/src/sass/_common.sass

@ -199,10 +199,10 @@ ACTIVE_LINK_STRICT = True
# PUSHER settings # PUSHER settings
PUSHER_APP_ID = u"" PUSHER_APP_ID = s.getenv('PUSHER_APP_ID', '603232')
PUSHER_KEY = u"" PUSHER_KEY = os.getenv('PUSHER_KEY', 'da02184c4a0f92f9db4a')
PUSHER_SECRET = u"" PUSHER_SECRET = os.getenv('PUSHER_SECRET', 'de2f4cd63136acfecc75')
PUSHER_CLUSTER = u"" PUSHER_CLUSTER = 'eu'
# DRF settings # DRF settings

@ -2905,18 +2905,17 @@ a.grey-link
height: 20px height: 20px
&--heart &--heart
&__content &__content
font-size: 24px; font-size: 24px
color: #d40700; color: #d40700
&--chat &--chat
margin-top: 15px; margin-top: 15px
&--chat &__items &--chat &__items
background: white; background: white
border: 1px solid #ccc; padding: 10px
padding: 10px; border-radius: 5px
border-radius: 5px; max-height: 400px
max-height: 400px; overflow: auto
overflow: auto;
+m +m
max-height: inherit max-height: inherit
&--chat &__item, &--chat &__item_reply &--chat &__item, &--chat &__item_reply

Loading…
Cancel
Save