From 8c4e33d40b916a7058b94fbeb30ae9e4cf6ef4fb Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 1 Oct 2016 07:05:34 -0700 Subject: [PATCH] Adjust catalog hat positions. --- src/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 1f8cb6291..12a019b56 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -935,14 +935,14 @@ div[data-checked="false"] > .suboption-list { background-size: contain; } :root.hats-enabled .catalog-small > .catalog-thread::after { - left: -10px; - top: -65px; - width: 100px; - height: 100px; + left: -8px; + top: -59px; + width: 96px; + height: 96px; } :root.hats-enabled .catalog-large > .catalog-thread::after { left: -15px; - top: -105px; + top: -98px; width: 160px; height: 160px; }