Allowing for horizontal scrolling for deeply nested threads.

I guess I have to copypaste this into the light theme too...
This commit is contained in:
Cy 2020-06-01 23:31:20 +00:00
parent 36fc68642e
commit e2cf103a60
No known key found for this signature in database
GPG Key ID: F66D599380F88521
1 changed files with 4 additions and 0 deletions

View File

@ -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;