diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-04 04:13:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 04:13:54 +0200 |
commit | 43f56f12917f154fbb70cbc305daba9e2fd364ed (patch) | |
tree | ede54cea5a292db384abf439af4a8cfe008d5fa4 /app/javascript/styles | |
parent | c1e238a77b1f92a031fcb644c2d37809b96e9027 (diff) |
Change account deletion page to have better explanations (#11753)
Fix deletion of unconfirmed account not freeing up the username Add prefill of logged-in user's email in the reconfirmation form
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/forms.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/forms.scss b/app/javascript/styles/mastodon/forms.scss index ac99124ea..16352340b 100644 --- a/app/javascript/styles/mastodon/forms.scss +++ b/app/javascript/styles/mastodon/forms.scss @@ -112,6 +112,15 @@ code { padding: 0.2em 0.4em; background: darken($ui-base-color, 12%); } + + li { + list-style: disc; + margin-left: 18px; + } + } + + ul.hint { + margin-bottom: 15px; } span.hint { |