np!
raltsm4k
joined 1 year ago
My bad, you need to remove the quotes from around the URL, it doesn't like those for some reason. So it'll be url(https://imgur.com/9Ns6RVS.png)
No worries, you need to include the pound sign before middle. So
#middle { background-image: url('https://imgur.com/9Ns6RVS.png'); background-repeat: no-repeat; background-size: cover; }
should work.
Hopefully it'll be changed but for the time being you can fix this with a few lines of code in Tampermonkey.
Posted a userscript for those interested: https://greasyfork.org/en/scripts/468426-kbin-comment-reorder
/m/kbinStyles seems like what you'd want, it's not super populated but I'm sure there's some knowledgeable people who could help you out. If you don't find help there you can also feel free to message me since I have some CSS knowledge.