Browse Source

Add cursor property to toot user avatar. (#2933)

closed-social-glitch-2
HANATANI Takuma 7 years ago
committed by Eugen Rochko
parent
commit
7c249dfd88
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/components.scss

+ 1
- 0
app/javascript/styles/components.scss View File

@ -688,6 +688,7 @@ a.status__content__spoiler-link {
.account__avatar {
@include avatar-radius();
position: relative;
cursor: pointer;
&-inline {
display: inline-block;

Loading…
Cancel
Save