raltsm4k

joined 2 years ago
[–] raltsm4k@kbin.social 1 points 2 years ago

Made a script that does it, here's a link if anyone's interested: https://greasyfork.org/en/scripts/469121-floating-subs-list
Note that it'll only work on screens wider than 1136px.

https://i.imgur.com/4skgYVk.png

[–] raltsm4k@kbin.social 1 points 2 years ago

/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.

[–] raltsm4k@kbin.social 0 points 2 years ago (2 children)
[–] raltsm4k@kbin.social 1 points 2 years ago (4 children)

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)

[–] raltsm4k@kbin.social 0 points 2 years ago (6 children)

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.

[–] raltsm4k@kbin.social 0 points 2 years ago (8 children)

Figured it out, you need to target #middle instead of body for the background to appear :)