auto-adjust bottom margin 20px v1.6.1

This commit is contained in:
2026-07-12 08:41:49 -03:00
parent 355104cf26
commit 630e289b6f
3 changed files with 3 additions and 3 deletions

View File

@@ -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() {

View File

@@ -59,7 +59,7 @@ class Plugin extends Base
public function getPluginVersion()
{
return '1.6.0';
return '1.6.1';
}
public function getPluginHomepage()

View File

@@ -1 +1 @@
ShrinkVertically v1.6
ShrinkVertically v1.6.1