From 4a282759c3c7c858e36e9a7e0aa3f81d58ae6e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 6 Feb 2021 16:38:07 +0100 Subject: [PATCH] Fixed jumpy UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/settings/_Notifications.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/settings/_Notifications.scss b/res/css/views/settings/_Notifications.scss index e6d09b9a2a..c9b0e73125 100644 --- a/res/css/views/settings/_Notifications.scss +++ b/res/css/views/settings/_Notifications.scss @@ -68,6 +68,8 @@ limitations under the License. .mx_UserNotifSettings_notifTable .mx_Spinner { position: absolute; + left: 0; + top: 0; } .mx_NotificationSound_soundUpload {