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 /core/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 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 6b4a64152cc..ba30dff14d8 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -188,11 +188,6 @@ #header .header-right > div#settings::after { right: 27px; } - - #notification-container { - max-width: 100%; - width: 100%; - } } /*# sourceMappingURL=mobile.css.map */ |