QBittorrent Column Sort Icons vanished
Describe the bug With the Base CSS applied the column sort icons (Chevrons) are hidden by override
Theme Install Method (Don't skip) Using nginx to Reverse Proxy and subfilter the CSS in.
proxy_set_header Accept-Encoding "";
sub_filter
'<script'
'<link rel="stylesheet" type="text/css" href="https://theme-park.dev/css/base/$app/$theme.css">
<script';
sub_filter_once on;
I'm using the first script to filter on because both /head and /body stop the RSS tab from loading.
Application Info (Don't skip)
- Version 5.0.4
- Branch Latest
- Container
- Logs
To Reproduce Steps to reproduce the behaviour: Use the Dark theme and try ordering a column.
Expected behaviour When ordering a column there should be chevron indicating the direction of sort.
Screenshots
Desktop (If applicable) (please complete the following information):
- OS: [e.g. iOS] Windows 11
- Browser [e.g. chrome, safari] Chrome
- Version [e.g. 22] 134.0.6998.118
Smartphone (If applicable) (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Line 256 of /themepark-dev/theme.park/blob/master/css/base/qbittorrent/qbittorrent-base.css needs the !important removed, it's overriding the background property that sets the background-image for the chevron.
I was going to open an issue about the same. Thanks for reporting it @OFark
Fixed in develop. Use the :develop tag to apply the fix with docker mod or develop.theme-park.dev domain.
Thanks!