16 lines
525 B
CSS
16 lines
525 B
CSS
.fourchan-ss-navigation.index.pagination-sticky-top body::before,
|
|
.fourchan-ss-navigation.index.pagination-top body::before {
|
|
top: #{pageHeight}px;
|
|
}
|
|
.fourchan-ss-navigation.index.pagination-sticky-bottom body::before,
|
|
.fourchan-ss-navigation.index.pagination-bottom body::before {
|
|
bottom: #{pageHeight}px;
|
|
}
|
|
.index.pagination-sticky-top body,
|
|
.index.pagination-top body {
|
|
padding-top: #{pageHeight + 1}px;
|
|
}
|
|
.index.pagination-sticky-bottom body,
|
|
.index.pagination-bottom body {
|
|
padding-bottom: #{pageHeight + 1}px;
|
|
} |