Skip to content

Commit 64cf4da

Browse files
committed
Automated changelog update [skip ci]
1 parent b66c900 commit 64cf4da

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Summary
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

0 commit comments

Comments
 (0)