Adjust catalog hat positions.

This commit is contained in:
ccd0 2016-10-01 07:05:34 -07:00
parent 9aed1bc879
commit 8c4e33d40b

View File

@ -935,14 +935,14 @@ div[data-checked="false"] > .suboption-list {
background-size: contain; background-size: contain;
} }
:root.hats-enabled .catalog-small > .catalog-thread::after { :root.hats-enabled .catalog-small > .catalog-thread::after {
left: -10px; left: -8px;
top: -65px; top: -59px;
width: 100px; width: 96px;
height: 100px; height: 96px;
} }
:root.hats-enabled .catalog-large > .catalog-thread::after { :root.hats-enabled .catalog-large > .catalog-thread::after {
left: -15px; left: -15px;
top: -105px; top: -98px;
width: 160px; width: 160px;
height: 160px; height: 160px;
} }