diff options
| author | lain <lain@soykaf.club> | 2020-08-25 08:50:28 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-08-25 08:50:28 +0000 |
| commit | ff328e7c558165249678002645953937a8eca6df (patch) | |
| tree | 4c487f29f6811a9cebcc12a92fca5e9b47349a2f /src/components/user_card/user_card.vue | |
| parent | 0ed5d40ad7dcef67ae21a48ec18aabbcef82e978 (diff) | |
| parent | f0ac40a42805ff8ae614bec4afd1c0cacd15c3dc (diff) | |
Merge branch 'fix/user-card-avatar-too-small' into 'develop'
Fix some Avatar related css bugs
See merge request pleroma/pleroma-fe!1215
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 07fce79a..041bb80f 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -354,7 +354,7 @@ align-items: flex-start; max-height: 56px; - .avatar { + .Avatar { flex: 1 0 100%; width: 56px; height: 56px; @@ -364,7 +364,7 @@ } } - &:hover .avatar { + &:hover .Avatar { --still-image-img: visible; --still-image-canvas: hidden; } |
