diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-08-19 10:20:38 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-08-19 10:20:38 +0000 |
| commit | ddeeb240acf229d159e7f85f508a9d92213e2be4 (patch) | |
| tree | 3f1fbde59bc3c4831f4a46cf0b7efbc3556f37fb /src/components/user_avatar/user_avatar.vue | |
| parent | 1a8840c7c3bb698f3984028db5c1b71025d9d6a1 (diff) | |
| parent | 800047b81f4375577e7d7298409cea5bd751ea71 (diff) | |
Merge branch 'css-fixes' into 'develop'
Css fixes
See merge request pleroma/pleroma-fe!1211
Diffstat (limited to 'src/components/user_avatar/user_avatar.vue')
| -rw-r--r-- | src/components/user_avatar/user_avatar.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/user_avatar/user_avatar.vue b/src/components/user_avatar/user_avatar.vue index 3545b801..e4e4127c 100644 --- a/src/components/user_avatar/user_avatar.vue +++ b/src/components/user_avatar/user_avatar.vue @@ -1,6 +1,6 @@ <template> <StillImage - class="avatar" + class="Avatar" :alt="user.screen_name" :title="user.screen_name" :src="imgSrc(user.profile_image_url_original)" @@ -13,7 +13,9 @@ <style lang="scss"> @import '../../_variables.scss'; -.avatar.still-image { +.Avatar { + --still-image-label-visibility: hidden; + width: 48px; height: 48px; box-shadow: var(--avatarStatusShadow); |
