summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-12 11:29:46 -0700
committerCorey Hulen <corey@hulen.com>2015-10-12 11:29:46 -0700
commit246d934e5e557555645a1d26ae005be452ecbd2d (patch)
tree047b06a270a918380501a83548cdb620a90b31d3 /web/templates/channel.html
parent2d4d25051ea42a97e4a3b8ac054af3cadefde711 (diff)
parent0c5835e350def06dcbf5bca10e8f982ddcfcecfd (diff)
downloadchat-246d934e5e557555645a1d26ae005be452ecbd2d.tar.gz
chat-246d934e5e557555645a1d26ae005be452ecbd2d.tar.bz2
chat-246d934e5e557555645a1d26ae005be452ecbd2d.zip
Merge pull request #1016 from asaadmahmoodspin/ui-improvements
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 2af94e415..13fd80d75 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -54,7 +54,7 @@
<script>
window.setup_channel_page({{ .Props }});
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
- $('.modal-body').css('max-height', $(window).height() * 0.7);
+ $('.modal-body').css('max-height', $(window).height() - 150);
$('.modal-body').perfectScrollbar();
</script>
</body>