ChristianKnedel / DockerChaturbateRecorderGUI

ChaturbateRecorderInterface records any video stream from Chaturbate
18 stars 5 forks source link

Fixed an issue with dark mode and lists large enough to scroll through. #34

Open Dethkiller15 opened 1 month ago

Dethkiller15 commented 1 month ago

The issue is that when in dark mode when you scroll down and have a list long enough to require scrolling it causes the area that isn't normally rendered to be white(the background. So the text is left white as well.)

The issue comes from line 6 in master.css "background: #fff;"

So remove that and you are all set.

edit: To reporduce this without having to add more you just have to zoom in(PC browser with Control+NumpadAdd/Scroll), change the size of the browser window to require scrolling with dark mode enabled.(in my case I get the affect at fullscreen at 500% zoomed in with at least 2 on the watchlist)

Dethkiller15 commented 1 month ago

Found another thing in master.css that is but a slight issue.

Line 4: "height: 100%;"

Makes it so that you always have the scroll bar on the side even when the list is to small/short to need one.