diff --git a/changelog/unreleased/bugfix-fix-right-sidebar-on-small-screens b/changelog/unreleased/bugfix-fix-right-sidebar-on-small-screens new file mode 100644 index 00000000000..e4f7eb1b59f --- /dev/null +++ b/changelog/unreleased/bugfix-fix-right-sidebar-on-small-screens @@ -0,0 +1,9 @@ +Bugfix: Fix right sidebar content on small screens + +We've fixed the right sidebar content on small screens because some screen sizes caused the content to flow out of the screen. Things that have been done to achieve this: + +* Selection info has been removed. +* Labels of the batch actions will hide on screens <1280px if the sidebar is open. + +https://github.com/owncloud/web/issues/7498 +https://github.com/owncloud/web/pull/7508 diff --git a/packages/web-app-files/src/components/ActionMenuItem.vue b/packages/web-app-files/src/components/ActionMenuItem.vue index 5f067721b7a..c460efbc08c 100644 --- a/packages/web-app-files/src/components/ActionMenuItem.vue +++ b/packages/web-app-files/src/components/ActionMenuItem.vue @@ -1,6 +1,7 @@