diff --git a/client/components/Settings/Notifications.vue b/client/components/Settings/Notifications.vue index 9d9c9695..4599c7c0 100644 --- a/client/components/Settings/Notifications.vue +++ b/client/components/Settings/Notifications.vue @@ -28,17 +28,6 @@
Warning: Push notifications are not supported by your browser. - -
- Safari does - not support the web push notification specification, and because all browsers on iOS use Safari under the hood, The Lounge is - unable to provide push notifications on iOS devices. -
diff --git a/client/css/style.css b/client/css/style.css index e9b321d3..0285ef5a 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1928,7 +1928,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ width: 100%; } -#settings .apple-push-unsupported, #settings .settings-sync-panel { padding: 10px; margin-bottom: 16px; @@ -1958,11 +1957,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ box-shadow: 0 0 0 3px rgb(0 123 255 / 50%); } -#settings .apple-push-unsupported a { - color: inherit; - text-decoration: underline; -} - #settings .opt { display: block; padding: 5px 0 5px 1px;