4chan-x/src/General/css/padding.pages.css
Zixaphir 27c6f07913 Let's be better than we are
Should fix some padding issues, optimize theme editting, and a
bit of other stuff that's hard to remember.
2013-06-21 00:11:10 -07:00

16 lines
613 B
CSS

.fourchan-ss-navigation.index.pagination-sticky-top body::before,
.fourchan-ss-navigation.index.pagination-top body::before {
top: #{Style.padding.pages.offsetHeight}px;
}
.fourchan-ss-navigation.index.pagination-sticky-bottom body::before,
.fourchan-ss-navigation.index.pagination-bottom body::before {
bottom: #{Style.padding.pages.offsetHeight}px;
}
.index.pagination-sticky-top body,
.index.pagination-top body {
padding-top: #{Style.padding.pages.offsetHeight + 1}px;
}
.index.pagination-sticky-bottom body,
.index.pagination-bottom body {
padding-bottom: #{Style.padding.pages.offsetHeight + 1}px;
}