summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-11 11:41:16 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-11 11:41:16 +0500
commitae8e9c3dfd0f8606064f29d56141b0b3fe35cdef (patch)
treeda4c78a3b4db11fa1fe2043bbb51215bb0c81919 /web/templates/channel.html
parentd2c82dd191d54b65abf16e8e0fe0622884083cae (diff)
downloadchat-ae8e9c3dfd0f8606064f29d56141b0b3fe35cdef.tar.gz
chat-ae8e9c3dfd0f8606064f29d56141b0b3fe35cdef.tar.bz2
chat-ae8e9c3dfd0f8606064f29d56141b0b3fe35cdef.zip
Updating UI for modals and notification bar
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index 9bfd1fa35..a732a25ce 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -52,6 +52,7 @@
<script>
window.setup_channel_page('{{ .Props.TeamDisplayName }}', '{{ .Props.TeamType }}', '{{ .Props.TeamId }}', '{{ .Props.ChannelName }}', '{{ .Props.ChannelId }}');
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
+ $('.modal-body').css('max-height', $(window).height() * 0.7);
$('.modal-body').perfectScrollbar();
</script>
</body>