cozy / cozy-photos-v3

Cozy Photos app for Cozy Cloud
GNU Affero General Public License v3.0
1 stars 9 forks source link

fix: modal size and display issues #90

Closed y-lohse closed 7 years ago

y-lohse commented 7 years ago

Initial goal: the add-to-album modal now has a default width that matches the mockups.

Side quest: on chrome, in the responsive view, in some resolutions, the whole app was behaving very strangely. It was possible to scroll past the actual app both horizontally and vertically, to zoom out of the default view, and the selection bar was in the wrong place. Turns out the hidden upload queue was causing all of this (although I think that might be a bug in chrome). Applying the translation only on the y axis solves this, and giving the queue a max width makes sure it doesn't go outside the frame on mobile. Small fix, but it took me forever to find the issue!