From e2cf103a60dfa966efb13753e6ce08ffb3676e4b Mon Sep 17 00:00:00 2001 From: Cy Date: Mon, 1 Jun 2020 23:31:20 +0000 Subject: [PATCH] Allowing for horizontal scrolling for deeply nested threads. I guess I have to copypaste this into the light theme too... --- brutaldon/static/css/brutaldon-dark.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index 76b01be..44d4693 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -256,8 +256,12 @@ div.poll { margin-top: 0; } +html { + overflow-x: inherit; +} li { margin-top: 0.1vh; + min-width: 40em; } ul { padding-left: 2vw;