summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-12 19:22:05 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-12 19:22:05 +0500
commitfd4bfee6ea393b6b707919b5da805a6a46e72d1a (patch)
treee2a0c98498700445c5ae918a5b5ff11ef9920fdd /web/templates
parentf7e624d582b1c409876557e84c94fcf92e37f2bd (diff)
downloadchat-fd4bfee6ea393b6b707919b5da805a6a46e72d1a.tar.gz
chat-fd4bfee6ea393b6b707919b5da805a6a46e72d1a.tar.bz2
chat-fd4bfee6ea393b6b707919b5da805a6a46e72d1a.zip
Multiple UI Improvements
Diffstat (limited to 'web/templates')
-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>