diff options
author | Mélanie Chauvel (ariasuni) <perso@hack-libre.org> | 2020-03-31 19:40:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 19:40:23 +0200 |
commit | 1fb92037e432913902a5e5c8a5b673b036d84cb8 (patch) | |
tree | 5a601621edc1537c1d6242a82f164cc95b11f91d /app/javascript/styles | |
parent | 9241cbf8616cc58e0b909326a767fc59be9a9d58 (diff) |
Improve toot clicking areas (#13327)
* Make the area to the left “Show Thread” also expand the toot in Web UI * Clicking the left part of a conversation with the avatars now opens it in Web UI
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 725f5c369..3b68766a8 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1331,7 +1331,6 @@ border-radius: 50%; overflow: hidden; position: relative; - cursor: default; & > div { float: left; @@ -6568,6 +6567,7 @@ noscript { padding: 10px; padding-top: 12px; position: relative; + cursor: pointer; } &__unread { |