stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
941 stars 43 forks source link

Sidebar lacks colos in light mode #220

Closed anddam closed 9 months ago

anddam commented 9 months ago

Describe the bug Using Stump in an iframe with dark background, the aside:first-child div element does not have a background color set, resulting in rgba(0,0,0,0) and in black font text displayed onto the dark background.

To Reproduce

  1. Put stump into an iframe with a dark background.
  2. Observe the text is not readable like in this screenshot:

Screenshot 2023-12-11 135336

Expected behavior The text should be readable in light mode as it is in dark mode, where font color and background have contrast.

I suggest you assign a white background to the div element contained in aside.

aaronleopold commented 9 months ago

This is a relatively quick fix - I'll knock it out after work. I don't run my deployed instance in an iframe, so if you find any other stylistic inconsistencies/issues as a result of being within an iframe feel free to list them out here and I can get them all at once. Thanks!

anddam commented 9 months ago

Thanks.

Sure thing, I'll add styling glitches here if I catch any other.

aaronleopold commented 9 months ago

This should be fixed in the latest nightly now 👍