Этот коммит содержится в:
Asaad Mahmood
2015-12-04 13:21:40 +05:00
родитель 622fbc6740
Коммит 62ee998714
17 изменённых файлов: 56 добавлений и 39 удалений

Просмотреть файл

@@ -30,7 +30,7 @@ window.setup_channel_page({{ .Props }}, {{ .Team }}, {{ .Channel }}, {{ .User }}
if($(window).height() > 1200){
modals.css('max-height', 1000);
} else {
modals.css('max-height', $(window).height() - 200);
modals.css('max-height', $(window).height() - 50);
}
modals.perfectScrollbar();
</script>