File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99-------
1010
1111* Bugfix - Prevent duplicate call for password protected public links: [#13363](https://github.com/owncloud/web/issues/13363)
12+ * Bugfix - Use dynamic viewport units (dvh/dvw) instead of viewport units (vh/vw): [#13578](https://github.com/owncloud/web/pull/13578)
1213* Enhancement - Use signature auth: [#11963](https://github.com/owncloud/ocis/issues/11963)
1314* Enhancement - Strip WebDAV prefix: [#13545](https://github.com/owncloud/web/pull/13545)
1415
@@ -23,6 +24,14 @@ Details
2324 https://github.com/owncloud/web/issues/13363
2425 https://github.com/owncloud/web/pull/13409
2526
27+ * Bugfix - Use dynamic viewport units (dvh/dvw) instead of viewport units (vh/vw): [#13578](https://github.com/owncloud/web/pull/13578)
28+
29+ We have updated the CSS to use dynamic viewport units (dvh/dvw) instead of
30+ viewport units (vh/vw) for better responsiveness on mobile devices, especially
31+ when the virtual keyboard appears.
32+
33+ https://github.com/owncloud/web/pull/13578
34+
2635* Enhancement - Use signature auth: [#11963](https://github.com/owncloud/ocis/issues/11963)
2736
2837 When requesting resources from public links, we now request also
You can’t perform that action at this time.
0 commit comments