From 93c41c9b347bf08800730711896a845f55bf461c Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 6 Nov 2016 14:59:50 -0800 Subject: [PATCH] One more pixel of padding to avoid creating scroll bars when the border of the catalog thread overflows the edge of the document. --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 12bb8e1de..cccd9a679 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -716,7 +716,7 @@ div[data-checked="false"] > .suboption-list { /* Catalog */ :root.catalog-mode .board { text-align: center; - padding: 0 50px; + padding: 0 51px; } .catalog-thread { display: inline-block;