From 3a487b3930df66e55117ac50f200063fd0aa4051 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 6 Mar 2020 12:01:47 -0800 Subject: [PATCH] Fix clash of page list with header on https://tvch.moe/. --- src/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 3b26ac721..72e394520 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -173,13 +173,20 @@ body.hasDropDownNav{ :root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top { 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 .bar.top { z-index: 3; } /* 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 { top: 26px; }