Fix positioning of spinner in a smarter way

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-02-08 15:38:43 +01:00
parent 4a282759c3
commit c4a3906871
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 2 deletions

View File

@ -64,12 +64,11 @@ limitations under the License.
.mx_UserNotifSettings_notifTable {
display: table;
position: relative;
}
.mx_UserNotifSettings_notifTable .mx_Spinner {
position: absolute;
left: 0;
top: 0;
}
.mx_NotificationSound_soundUpload {