mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-06-29 09:45:30 -04:00
Fixes regression caused by https://github.com/FreshRSS/FreshRSS/pull/8335 To reproduce it, open any dropdown in the aside, reload the page, and try to open the same dropdown - it will disappear To explain the issue more clearly, the dropdown menu wouldn't show because earlier its opacity is set to 0%, and after clicking the same dropdown after a page reload, the hashchange event wouldn't trigger to restore the previous opacity, and also the second listener would trigger to remove the dropdown if you opened it again. Maybe https://github.com/FreshRSS/FreshRSS/issues/6156 is relevant here Also a CSS change to stop showing the dropdown toggle icon of the previously opened dropdown after a page reload while the dropdown was open.
FreshRSS-base-theme
A base theme for FreshRSS
- Custom
base.cssfile with colors, backgrounds and borders - Change information in
metadata.jsonfile (at least, give a name!) - Choose your new theme in FreshRSS configuration
- Enjoy your wonderful theme!
Don’t hesitate to share your theme with us 🙂