mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
allow resizing chat from left/top as well
This commit is contained in:
committed by
Julian Lam
parent
bff844806f
commit
e4afa67956
@@ -204,6 +204,7 @@ define('chat', [
|
||||
|
||||
app.loadJQueryUI(function() {
|
||||
chatModal.find('.modal-content').resizable({
|
||||
handles: 'n, e, s, w, se',
|
||||
minHeight: 250,
|
||||
minWidth: 400
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user