From 24689498231065d7e9b1d6e30a255b9aaf941067 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 23 Sep 2016 22:00:01 -0700 Subject: [PATCH] Use all the space we can without threads going offscreen when hovering by more than the border. #489 --- 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 27d73050e..23d15af9b 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -710,7 +710,7 @@ div[data-checked="false"] > .suboption-list { /* Catalog */ :root.catalog-mode .board { text-align: center; - padding: 0 60px; + padding: 0 50px; } .catalog-thread { display: inline-block;