Ryan

Results 13 comments of Ryan

Unfortunately I do not, but i could save html from a project of mine if that would help? Or I could inspect the code but I'm not sure what I'd...

> @yatahaze have you found a CSS fix for this overflow issue? There is surely some `django-import-export` css class that can be used to fix this. I do! Is there...

If anyone needs an immediate fix: `MARTOR_ALTERNATIVE_CSS_FILE_THEME = "fix-martor.css"` ```css @media (prefers-color-scheme: dark) { body { background-color: black!important; } } ``` I also had to include all stock bootstrap code...

Also having the same issue, and your code let me continue using dark mode.

OHHH! I actually didn't know the folder was included! I assumed I had to find some sort of extension to help, haha. I'll work on getting another test run going...

Good question. I thought it was part of your theme? Apparently it's from core Django.

The filter is only for the sidebar on the left side of the screen to narrow down the list of models. It's not super useful because the headers stay behind...

I'm on a 4K monitor and this app is unusable.

Similar issue here, mine reports invalid username, but the same username works via console command. I'm not using [home-assistant-addons](https://github.com/ateodorescu/home-assistant-addons/releases/tag/v1.2.7) because I'm not using HAOS (not sure if there's a way...