diff --git a/changelog/unreleased/enhancement-reposition-notifications b/changelog/unreleased/enhancement-reposition-notifications new file mode 100644 index 00000000000..429422c8a61 --- /dev/null +++ b/changelog/unreleased/enhancement-reposition-notifications @@ -0,0 +1,7 @@ +Enhancement: Reposition notifications + +We've repositioned the notifications to no longer block the searchbar - they are now in the bottom right corner, above the (possibly visible) upload information. +It has also been redesigned to better fit the overall design. + +https://github.com/owncloud/web/pull/7139 +https://github.com/owncloud/web/issues/7082 diff --git a/packages/web-runtime/src/components/MessageBar.vue b/packages/web-runtime/src/components/MessageBar.vue index 0238ffcf656..d080a79418e 100644 --- a/packages/web-runtime/src/components/MessageBar.vue +++ b/packages/web-runtime/src/components/MessageBar.vue @@ -1,12 +1,11 @@