CallMeBruce / nightwalker

A dark but not black qBittorrent WebUI
MIT License
111 stars 7 forks source link

Consistently Apply Nightwalker Style to Download/Upload Pages #3

Closed joshft91 closed 1 month ago

joshft91 commented 2 months ago

@CallMeBruce, here are a couple more small cosmetic changes.

For some reason, the nightwalker.css style was not being applied to the download and upload pages. I believe it has to do with the way the pages render in the client.js or mocha-init.js scripts, though I don't know enough about how those work to know why.

By adding nightwalker.css to the pages after the style.css is applied, the download/upload pages now follow the same look as the preferences.html page (which inherits both styles from the index.html, I believe)

download.html before/after
upload.html before/after
joshft91 commented 1 month ago

Hey @CallMeBruce, hope you don't mind me bugging you about this PR :)