From 68c156fd2758da5831bd83bfb1249dd014d78177 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 13 Nov 2022 16:41:48 -0700 Subject: Profile view improvements --- static/css/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 8f1e620..0755baa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -287,10 +287,17 @@ form { padding: 20px 40px 20px 30px; } -.right-column form { +.right-column form, +form.inline { padding: 0; } +form.follow { + float: right; + margin: 20px 20px 0 0; + font-size: 16px; +} + form h1 { margin: 0 0 10px 0; } @@ -452,7 +459,7 @@ form .button:hover { /* Identities */ h1.identity { - margin: 0 0 20px 0; + margin: 20px 0 20px 20px; } h1.identity .icon { @@ -475,10 +482,11 @@ h1.identity small { color: var(--color-text-dull); border-radius: 3px; padding: 5px 8px; + margin: 20px; } .system-note a { - color: inherit; + text-decoration: underline; } /* Posts */ -- cgit v1.2.3