Add cursor property to toot user avatar. (#2933)
parent
5bea42412e
commit
7c249dfd88
|
@ -688,6 +688,7 @@ a.status__content__spoiler-link {
|
||||||
.account__avatar {
|
.account__avatar {
|
||||||
@include avatar-radius();
|
@include avatar-radius();
|
||||||
position: relative;
|
position: relative;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&-inline {
|
&-inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue