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