-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Material Design Theme #2800
Comments
From what I understand of the new release schedule, v5.0 was intended to get mobile support up and running to a usable extent, but not to iron out all the UI issues that might come up. v5.1 is coming up for release soon. It is intended for long-term support and has already resolved numerous bugs from v5.0. If you're willing to test the 5.1 beta, it could help to see if these bugfixes will resolve your issues. (For reference, I'm on the 5.1 Beta and I'm not seeing any of the issues you're having in v5.0 with the Material Design theme, so perhaps an upgrade will help.) |
Yes that is correct, we'll be releasing |
Closing this off as |
I've just updated to 5.1.1 (I'm using the AUR package which is out of date, however I manually edited the |
I've reopened this issue reports to do further testing. |
after some investigation, the issues with font sizes occurs due to me having a minimum font size set for my browser & the width of the elements being an absolute size rather than relative to the font size (such as unsure what causes the issues with the icon offsets. |
Please complete the following tasks.
Tell us about your environment
Web Browser: Firefox 133.0b9
ruTorrent: 5.0.0
PHP: 8.3.13
OS: Arch Linux 6.11.6-zen1-1-zen x86_64
Tell us how you installed ruTorrent
Using the package in the AUR
Describe the bug
The Material Design theme is broken in several ways. See screenshots for non comprehensive list.
Bad icon offsets:
Badly aligned details table background:
Cut off text:
Misaligned checkboxes:
Incorrectly size buttons:
There may be others I missed.
Steps to reproduce
Expected behavior
Theme is not broken
Additional context
Here are some fixes:
bad icon offsets:
badly aligned details table background:
cut off text:
squished sidebar text (there are many instances of this, for whatever reason):
:host { display: flex; padding: 3px; flex-flow: row nowrap; align-items: center; - height: 16px; cursor: pointer; overflow: hidden; --prefix-color: black; --prefix-fontsize: 19px; --badge-color: black; --badge-background-color: #f0f0f0; --status-image: url(../images/tstatus.png); --icon-size: 16px; }
The text was updated successfully, but these errors were encountered: