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_APP_ID = u""
PUSHER_KEY = u""
PUSHER_SECRET = u""
PUSHER_CLUSTER = u""
PUSHER_APP_ID = s.getenv('PUSHER_APP_ID', '603232')
PUSHER_KEY = os.getenv('PUSHER_KEY', 'da02184c4a0f92f9db4a')
PUSHER_SECRET = os.getenv('PUSHER_SECRET', 'de2f4cd63136acfecc75')
PUSHER_CLUSTER = 'eu'
# DRF settings

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

Loading…
Cancel
Save