allow resizing chat from left/top as well

This commit is contained in:
Leonardo Vieira
2016-05-29 07:25:50 -03:00
committed by Julian Lam
parent bff844806f
commit e4afa67956

View File

@@ -204,6 +204,7 @@ define('chat', [
app.loadJQueryUI(function() {
chatModal.find('.modal-content').resizable({
handles: 'n, e, s, w, se',
minHeight: 250,
minWidth: 400
});