mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Merge pull request #272 from ppapadeas/patch-1
Defining minimum Height and Width of Chatbox
This commit is contained in:
commit
963d4ea2d5
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ var chat = (function()
|
||||||
$("#chatbox").resizable(
|
$("#chatbox").resizable(
|
||||||
{
|
{
|
||||||
handles: 'nw',
|
handles: 'nw',
|
||||||
|
minHeight: 40,
|
||||||
|
minWidth: 80,
|
||||||
start: function (event, ui)
|
start: function (event, ui)
|
||||||
{
|
{
|
||||||
$("#focusprotector").show();
|
$("#focusprotector").show();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue