4chan-x/src/General/css/padding.nav.css
2013-08-21 11:40:06 -07:00

15 lines
349 B
CSS

body {
padding-bottom: 1px;
}
.fourchan-ss-navigation.fixed.top:not(.autohide) body::before {
top: #{navHeight}px;
}
.fourchan-ss-navigation.fixed.bottom:not(.autohide) body::before {
bottom: #{navHeight}px;
}
.top:not(.autohide) body {
padding-top: #{navHeight + 1}px;
}
.bottom:not(.autohide) body {
padding-bottom: #{navHeight + 1}px;
}