summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-07 21:18:03 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-07 21:18:03 +0500
commit901b830f2d5809d55890508b99ef5a868aace4e4 (patch)
tree97d31ef82c230aec4ad87be1a94a4a4232bcb6d6 /web/templates/channel.html
parentb06f11fd632f146a204b4ef1357a8c099bade072 (diff)
downloadchat-901b830f2d5809d55890508b99ef5a868aace4e4.tar.gz
chat-901b830f2d5809d55890508b99ef5a868aace4e4.tar.bz2
chat-901b830f2d5809d55890508b99ef5a868aace4e4.zip
Multiple UI Improvements
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index a5c0354a3..8abbe36df 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -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>