diff options
author | Reverite <github@reverite.sh> | 2018-12-06 15:56:22 -0800 |
---|---|---|
committer | Reverite <github@reverite.sh> | 2018-12-06 15:56:22 -0800 |
commit | a78e3f2206ddaeeb3e6f1c23e4b524af29e92b04 (patch) | |
tree | a054dda635ffd019bf2fdc10ed4f3341264f1490 /app/javascript/styles | |
parent | a2cb6e3996f4e8f7775557e84c9e242d937f8f0c (diff) | |
parent | e3682c9c1750e5e7e5d2f817e29f6760a18400ca (diff) |
Merge branch 'glitch'
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index fc55163bc..6f3f57265 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1489,6 +1489,7 @@ a.account__display-name { cursor: default; color: $darker-text-color; font-size: 15px; + line-height: 22px; position: relative; .fa { @@ -1496,7 +1497,7 @@ a.account__display-name { } > span { - display: block; + display: inline; overflow: hidden; text-overflow: ellipsis; } @@ -1526,6 +1527,10 @@ a.account__display-name { } } +.notification__relative_time { + float: right; +} + .display-name { display: block; max-width: 100%; |