From c6688f0245c397707c9f0118e93a835ad032b1a9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 30 May 2020 12:52:21 +0100 Subject: [PATCH] make button margin equal all around Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/welcome.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/welcome.html b/res/welcome.html index 3b3b0187e..f26bdd8d8 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -149,8 +149,10 @@ we don't have an account and should hide them. No account == no guest account ei display: none; } +.mx_ButtonRow.mx_WelcomePage_guestFunctions { + margin-top: 20px; +} .mx_ButtonRow.mx_WelcomePage_guestFunctions > div { - padding-top: 16px; margin: 0 auto; }