Этот коммит содержится в:
Asaad Mahmood
2015-12-07 21:18:03 +05:00
родитель b06f11fd63
Коммит 901b830f2d
23 изменённых файлов: 78 добавлений и 33 удалений

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

@@ -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() - 50);
modals.css('max-height', $(window).height() - 200);
}
modals.perfectScrollbar();
</script>