DonutWare / Fladder

Fladder - A Simple Jellyfin Frontend
https://donutware.github.io/Fladder/
GNU General Public License v3.0
157 stars 6 forks source link

[Bugfix] Wrap body in SafeArea for improved layout #9

Closed DenixJG closed 3 days ago

DenixJG commented 4 days ago

Wrapped the body widget in a SafeArea widget to prevent content from being obscured by notches, status bars, or other screen intrusions. #6

DenixJG commented 4 days ago

Thank you for the feedback!

I had considered that the overlapping might have been intentional, but I do agree that it can feel a bit off in some sections. I'll take a closer look at adjusting the fix specifically for the sync_item_details.dart pop-up to avoid affecting other areas of the app.