mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
Merge pull request #272 from ppapadeas/patch-1
Defining minimum Height and Width of Chatbox
This commit is contained in:
commit
963d4ea2d5
@ -31,6 +31,8 @@ var chat = (function()
|
||||
$("#chatbox").resizable(
|
||||
{
|
||||
handles: 'nw',
|
||||
minHeight: 40,
|
||||
minWidth: 80,
|
||||
start: function (event, ui)
|
||||
{
|
||||
$("#focusprotector").show();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user