diff --git a/client/js/shout.js b/client/js/shout.js index f229ea5..8e179eb 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -780,6 +780,7 @@ $(function() { axis: "y", containment: "parent", cursor: "grabbing", + distance: 12, items: ".network", handle: ".lobby", placeholder: "network-placeholder", @@ -802,6 +803,7 @@ $(function() { axis: "y", containment: "parent", cursor: "grabbing", + distance: 12, items: ".chan:not(.lobby)", placeholder: "chan-placeholder", forcePlaceholderSize: true,