Skip to content

Conversation

@gustamor
Copy link

@gustamor gustamor commented Feb 26, 2025

bug 2344: Bottom Overflow in Browse & Local Library on Desktop

genre_card_playlist_card.dart:

  • Limited the number of lines for the genre name to 1 (maxLines: 1) to prevent overflow
  • Added a width adjustment (w) for desktop screens

local_folder_item.dart:

  • Wrapped Wrap in Flexible to prevent overflow issues inside Stack
  • Now the folder path text adapts better to different screen sizes
  • Improved overall UI consistency and responsiveness

Tested visually only on Linux Desktop

Fixes #2344

- Added a width adjustment (`w`) for desktop screens
- Limited the number of lines for the genre name to 1 (`maxLines: 1`) to prevent overflow

This commit only fixes the issue in Browse. The overflow in Local Library is not addressed here.

Partially fixes KRTirtho#2344
- Wrapped `Wrap` in `Flexible` to prevent overflow issues inside `Stack`
- Now the folder path text adapts better to different screen sizes
- Improved overall UI consistency and responsiveness

Tested visually only on **Linux Desktop**

Fixes KRTirtho#2344
KRTirtho#2344
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant