diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2021-05-07 14:33:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 14:33:19 +0200 |
commit | 2c77d97e0d59e045a9b04fccc83f0f24d190d8d8 (patch) | |
tree | 8c9722562a0621416968fbb9a30f6b248032f604 /app/javascript/styles | |
parent | b42a8ef7d95f84818c445310886dcec0bbeda890 (diff) |
Add joined date to profiles in web UI (#16169)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 74a181603..d3dd1af60 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -6769,6 +6769,17 @@ noscript { } } + .account__header__joined { + font-size: 14px; + padding: 5px 15px; + color: $darker-text-color; + + .columns-area--mobile & { + padding-left: 20px; + padding-right: 20px; + } + } + .account__header__fields { margin: 0; border-top: 1px solid lighten($ui-base-color, 12%); |