1 Commits
v1.6 ... v1.6.1

Author SHA1 Message Date
630e289b6f auto-adjust bottom margin 20px v1.6.1 2026-07-12 08:41:49 -03:00
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
(function () { (function () {
"use strict"; "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; var scheduled = false;
function apply() { function apply() {

View File

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

View File

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