diff options
author | Mélanie Chauvel <perso@hack-libre.org> | 2020-10-27 03:00:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 03:00:47 +0100 |
commit | 1d07f51039625c2eafa7eb0b1b6d5a7f8cf00e41 (patch) | |
tree | 12bafc9f07db29c4d5699311868efe1345d336b5 /app/javascript/styles | |
parent | 0a8ab822e26180522d9ae8896435aba26d8f0b96 (diff) |
Make visibility icon clickable as part of the time of a toot (#15053)
- Makes permalink to a toot more easily clickable - Fix clicking between icon and time in fact clicking the display name - Fix clicking slightly under time in fact clicking the display name
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 7dc50ea97..28f2a27a6 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1067,16 +1067,15 @@ } .status__relative-time, -.status__visibility-icon, .notification__relative_time { color: $dark-text-color; float: right; font-size: 14px; + padding-bottom: 1px; } .status__visibility-icon { - margin-left: 4px; - margin-right: 4px; + padding: 0 4px; } .status__display-name { |