I can't vertically scroll the RSS Manager on mobile, so everything below the heading "RatioGroup" is invisible. This includes the RatioGroup selection box, the Channel heading and selection box, as well as the Reset, OK, and Cancel buttons.
This PR address this issue mentioned above. It's based on the previous PR (https://github.com/Novik/ruTorrent/pull/2762), with a few minor adjustments added. The previous PR was planned for v5.2 in the beginning, but now it seems we'd better include this in the v5.1 stable release.
Use flex display for dialog contents, and enable overflowing on the Y-axis if content height exceeds the max-height of windows.
Define background color and border colors using CSS variables.
Originally posted by @Airman8 in https://github.com/Novik/ruTorrent/issues/2721#issuecomment-2453454764
This PR address this issue mentioned above. It's based on the previous PR (https://github.com/Novik/ruTorrent/pull/2762), with a few minor adjustments added. The previous PR was planned for v5.2 in the beginning, but now it seems we'd better include this in the v5.1 stable release.