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:
parent
ca05c49945
commit
93c41c9b34
@ -716,7 +716,7 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
/* Catalog */
|
/* Catalog */
|
||||||
:root.catalog-mode .board {
|
:root.catalog-mode .board {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 50px;
|
padding: 0 51px;
|
||||||
}
|
}
|
||||||
.catalog-thread {
|
.catalog-thread {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user