From 671b733e30a3d86a8a18f4c729d1529ff45e7226 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 24 Jan 2018 03:31:16 -0800 Subject: [PATCH] Fix some conflicts with Tinyboard / vichan CSS. --- src/css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index fced46b89..dbb134eb3 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -144,6 +144,20 @@ div.center[style] { display: none !important; } +/* Tinyboard / vichan conflicts */ +#menu > .hide-thread-link { + width: auto; + height: auto; + overflow: visible; + background-image: none; +} +#menu label.entry { + display: block; +} +#fourchanx-settings label { + display: inline; +} + /* Anti-autoplay */ audio.controls-added { display: block; @@ -689,6 +703,9 @@ div[data-checked="false"] > .suboption-list { #fourchanx-settings p { margin: 1em 0px; } +#fourchanx-settings table { + margin: auto; +} .unscroll { overflow: hidden; }