logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7c249dfd886a965d384e39754e7c059a9d8ea216
parent: 5bea42412e41b1121af04dbe6ef5c9bed22219b8
Author: HANATANI Takuma <mail@potato4d.me>
Date:   Tue,  9 May 2017 10:48:15 +0900

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


Diffstat:

Mapp/javascript/styles/components.scss1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss @@ -688,6 +688,7 @@ a.status__content__spoiler-link { .account__avatar { @include avatar-radius(); position: relative; + cursor: pointer; &-inline { display: inline-block;