auto-adjust bottom margin 20px v1.6.1
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
var BOTTOM_MARGIN = 16; // breathing room below the columns
|
||||
var BOTTOM_MARGIN = 20; // breathing room below the columns (covers sub-pixel + borders so nothing overflows)
|
||||
var scheduled = false;
|
||||
|
||||
function apply() {
|
||||
|
||||
@@ -59,7 +59,7 @@ class Plugin extends Base
|
||||
|
||||
public function getPluginVersion()
|
||||
{
|
||||
return '1.6.0';
|
||||
return '1.6.1';
|
||||
}
|
||||
|
||||
public function getPluginHomepage()
|
||||
|
||||
Reference in New Issue
Block a user