From 8f3ea977293b4601dd36910d1ef0b220a2a79f4b Mon Sep 17 00:00:00 2001 From: Ingrid <36052282+twigleingrid@users.noreply.github.com> Date: Thu, 16 Dec 2021 13:28:21 +0100 Subject: [PATCH] Full page spinner has no padding (#7390) Description: Adds padding to full page spinner (e.g. when creating a room), which otherwise looks awkward on the grey background. Fixes https://github.com/vector-im/element-web/issues/20001 Signed-off-by: Ingrid Budau inigiri@posteo.jp --- res/css/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/_common.scss b/res/css/_common.scss index b153d2c3cb..c72e4362ce 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -495,7 +495,7 @@ legend { .mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog { width: auto; border-radius: 8px; - padding: 0px; + padding: 8px; box-shadow: none; /* Don't show scroll-bars on spinner dialogs */