immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
52.65k stars 2.79k forks source link

fix(mobile): duration ui overflow #14120

Closed alextran1502 closed 1 week ago

mertalev commented 1 week ago

FormattedDuration already has a SizedBox. Is there a reason you don't change the width of it instead? Also, can you check that 1 hour or longer durations don't overflow?

alextran1502 commented 1 week ago

@mertalev Ah I didn't look into the component. Fixed and verify that 1 hour duration also displays on the same line