Fix clash of page list with header on https://tvch.moe/.

This commit is contained in:
ccd0 2020-03-06 12:01:47 -08:00
parent 2e8679a375
commit 3a487b3930

View File

@ -173,13 +173,20 @@ body.hasDropDownNav{
:root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top { :root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {
position: static; position: static;
} }
:root.sw-tinyboard.fixed.top-header:not(.autohide) div.pages.top {
top: auto;
bottom: 0;
}
:root.sw-tinyboard.fixed.top-header.autohide .boardlist, :root.sw-tinyboard.fixed.top-header.autohide .boardlist,
:root.sw-tinyboard.fixed.top-header.autohide .bar.top { :root.sw-tinyboard.fixed.top-header.autohide .bar.top {
z-index: 3; z-index: 3;
} }
/* Tinyboard site style conflicts */ /* Tinyboard site style conflicts */
:root[data-host="fufufu.moe"].fixed.top-header:not(.autohide) div.pages.top, :root[data-host="fufufu.moe"].fixed.top-header:not(.autohide) div.pages.top {
top: 26px;
bottom: auto;
}
:root[data-host="merorin.com"].fixed.top-header:not(.autohide) span.settings { :root[data-host="merorin.com"].fixed.top-header:not(.autohide) span.settings {
top: 26px; top: 26px;
} }