Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In keeping with the spirit of the strategy as stated in the README, this PR attempts to fix the issues brought about by Unraid 7 in the least disruptive way possible.
As such, this fixes two main issues I came across:
#displaybox
is setting a min-width on the page.Admittedly, I hadn't used this repo in Unraid 6 — in fact I am a very new Unraid user, having only ever used version 7 — but I hope it falls in line with what you've done in the past. Thanks for getting the ball rolling, I hope this is helpful to you!
Two additional proposals, which could be broken out into other PRs:
I think it would be better to link to remote CSS rather than instruct the user to copy/paste the entire CSS contents into the Theme Engine CSS field. I'm using https://raw.githack.com to proxy the repo's CSS file so it's easy maintenance.
I noticed that tabs and their content are forced to display rather than just continuing to use them as-is. In my limited testing, the tabs worked perfectly fine for mobile but perhaps there was a reason for this. I left this code untouched but may adjust it in my own personal use.