jesec / flood

A modern web UI for various torrent clients with a Node.js backend and React frontend.
https://flood.js.org
GNU General Public License v3.0
2.08k stars 127 forks source link

Fix mobile modal overflow #713

Closed gillesdemey closed 6 months ago

gillesdemey commented 6 months ago

The modal was overflowing on mobile viewports following changes in https://github.com/jesec/flood/pull/597

Description

This PR unsets the min-width for mobile viewports.

Related Issue

Fixes https://github.com/jesec/flood/issues/711

Screenshots

Screenshot 2023-12-19 at 22 45 31

Types of changes

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5acf61b) 73.13% compared to head (06500ed) 73.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #713 +/- ## ======================================= Coverage 73.13% 73.13% ======================================= Files 62 62 Lines 11375 11375 Branches 959 963 +4 ======================================= Hits 8319 8319 Misses 3042 3042 Partials 14 14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

trim21 commented 6 months ago

thanks