nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Gallery app not using full width #455

Closed weeman1337 closed 6 years ago

weeman1337 commented 6 years ago

Steps to reproduce

  1. Install the Nextcloud 14 beta
  2. Install the gallery app
  3. Open the app

Expected behaviour

The app uses the full width.

Actual behaviour

The app only uses the width of its contents.

image

There was a layout change in the Nextcloud core. The app container now uses a flex layout. This means the gallery app has to be adjusted.