diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-07-26 14:54:28 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-07-26 13:54:24 +0000 |
commit | 255d22fa7107da3d15598400c7d6cc5d88bc2f15 (patch) | |
tree | b1d7b1a69ce13898338cbf9b51191377525412ab /apps/files/css/mobile.css | |
parent | b4353c46519ffc44c30eb258210911a044bbca41 (diff) | |
download | nextcloud-server-255d22fa7107da3d15598400c7d6cc5d88bc2f15.tar.gz nextcloud-server-255d22fa7107da3d15598400c7d6cc5d88bc2f15.zip |
Remove obsolete notification container
The future is TOAST 🍞
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r-- | apps/files/css/mobile.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index a6f5457f7d8..1cd122d60ec 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -64,11 +64,6 @@ table td.date { overflow: hidden; } - /* proper notification area for multi line messages */ - #notification-container { - display: flex; - } - /* shorten elements for mobile */ #uploadprogressbar, #uploadprogressbar .label.inner { width: 50px; |