One more pixel of padding to avoid creating scroll bars when the border of the catalog thread overflows the edge of the document.

This commit is contained in:
ccd0 2016-11-06 14:59:50 -08:00
parent ca05c49945
commit 93c41c9b34

View File

@ -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;