Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c4a3906

Browse files
committed
Fix positioning of spinner in a smarter way
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 4a28275 commit c4a3906

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

res/css/views/settings/_Notifications.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ limitations under the License.
6464

6565
.mx_UserNotifSettings_notifTable {
6666
display: table;
67+
position: relative;
6768
}
6869

6970
.mx_UserNotifSettings_notifTable .mx_Spinner {
7071
position: absolute;
71-
left: 0;
72-
top: 0;
7372
}
7473

7574
.mx_NotificationSound_soundUpload {

0 commit comments

Comments
 (0)