Loose files
This commit is contained in:
parent
0085cafd97
commit
15cf7c7166
15
src/General/css/padding.nav.css
Normal file
15
src/General/css/padding.nav.css
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
body {
|
||||||
|
padding-bottom: 1px;
|
||||||
|
}
|
||||||
|
.fourchan-ss-navigation.fixed.top:not(.autohide) body::before {
|
||||||
|
top: #{Style.padding.nav.offsetHeight}px;
|
||||||
|
}
|
||||||
|
.fourchan-ss-navigation.fixed.bottom:not(.autohide) body::before {
|
||||||
|
bottom: #{Style.padding.nav.offsetHeight}px;
|
||||||
|
}
|
||||||
|
.fourchan-ss-navigation.top:not(.autohide) body {
|
||||||
|
padding-top: #{Style.padding.nav.offsetHeight + 1}px;
|
||||||
|
}
|
||||||
|
.fourchan-ss-navigation.bottom:not(.autohide) body {
|
||||||
|
padding-bottom: #{Style.padding.nav.offsetHeight + 1}px;"
|
||||||
|
}
|
||||||
16
src/General/css/padding.pages.css
Normal file
16
src/General/css/padding.pages.css
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
.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;
|
||||||
|
}
|
||||||
|
.fourchan-ss-navigation.index.pagination-sticky-top body,
|
||||||
|
.fourchan-ss-navigation.index.pagination-top body {
|
||||||
|
padding-top: #{Style.padding.pages.offsetHeight + 1}px;
|
||||||
|
}
|
||||||
|
.fourchan-ss-navigation.index.pagination-sticky-bottom body,
|
||||||
|
.fourchan-ss-navigation.index.pagination-bottom body {
|
||||||
|
padding-bottom: #{Style.padding.pages.offsetHeight + 1}px;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user