From 2df86d6413d14c269d630ac39f5f9da1e7f07417 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 24 Jan 2025 23:20:05 +0100 Subject: [PATCH] Fix wrong styles on rules and buttons in the sign-up form (#33725) --- app/javascript/styles/mastodon/forms.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/javascript/styles/mastodon/forms.scss b/app/javascript/styles/mastodon/forms.scss index b9f86f82a2..09ec0e9e41 100644 --- a/app/javascript/styles/mastodon/forms.scss +++ b/app/javascript/styles/mastodon/forms.scss @@ -564,11 +564,14 @@ code { } .stacked-actions { + display: flex; + flex-direction: column; + gap: 10px; margin-top: 30px; margin-bottom: 15px; } - button:not(.button, .link-button, .help-button) { + .btn { display: block; width: 100%; border: 0; @@ -585,8 +588,6 @@ code { cursor: pointer; font-weight: 500; outline: 0; - margin-bottom: 10px; - margin-inline-end: 10px; &:last-child { margin-inline-end: 0;