From 630e289b6f058033f7d4a744a15c9e4a1cb696ad Mon Sep 17 00:00:00 2001 From: Ruben Carlo Benante Date: Sun, 12 Jul 2026 08:41:49 -0300 Subject: [PATCH] auto-adjust bottom margin 20px v1.6.1 --- Asset/js/auto-adjust.js | 2 +- Plugin.php | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Asset/js/auto-adjust.js b/Asset/js/auto-adjust.js index 68cf64a..cd46b0a 100644 --- a/Asset/js/auto-adjust.js +++ b/Asset/js/auto-adjust.js @@ -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() { diff --git a/Plugin.php b/Plugin.php index 65a0a2c..30c9c94 100644 --- a/Plugin.php +++ b/Plugin.php @@ -59,7 +59,7 @@ class Plugin extends Base public function getPluginVersion() { - return '1.6.0'; + return '1.6.1'; } public function getPluginHomepage() diff --git a/VERSION b/VERSION index 9e37a05..16b3c8b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -ShrinkVertically v1.6 +ShrinkVertically v1.6.1