
the filelist-button should be at the right border and not aligning the invisible upload box
NC 14.0.0 beta1 and beta2
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/7374 (Position of Gallery-button and inconsistent behavior on hover), https://github.com/nextcloud/server/issues/3229 (NC 11.0.1 + Gallery 16.0.0: Upload button has no effect), https://github.com/nextcloud/server/issues/7202 (Gallery Error), https://github.com/nextcloud/server/issues/6095 (Gallery: Slide to left / right to forward images), and https://github.com/nextcloud/server/issues/2346 (Gallery button stays on position even if sidebar is not longer opened).
I take this one.
@skjnldsv here https://github.com/nextcloud/server/commit/e27e430f1fa756c0425b34611dfa16867ba97029#diff-bf0066932907b556b49ffe55b209a501R585 flex for the #content has been introduced.
I'm not sure if every app now has to migrate its styles or it should be changed in the server styles.
@weeman1337 does the gallery app fit the new layout as well?
If not, we should fix it :)
Then, we can check if we need/have a min-width of 100vw for the content?
Most helpful comment
I take this one.
@skjnldsv here https://github.com/nextcloud/server/commit/e27e430f1fa756c0425b34611dfa16867ba97029#diff-bf0066932907b556b49ffe55b209a501R585 flex for the
#contenthas been introduced.I'm not sure if every app now has to migrate its styles or it should be changed in the server styles.