diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-18 23:57:42 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-18 23:57:42 +0300 |
| commit | 815f230ac7ace5a1507afae91bafa57589a77522 (patch) | |
| tree | 9893cd00ef1b97dd596adfe291b8b3346dd41c56 /src/components/still-image/still-image.vue | |
| parent | 7de78b1401cf8454026afd0a2ba2578356173bcd (diff) | |
fixed some issues related to user avatar
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -rw-r--r-- | src/components/still-image/still-image.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index 6fa055de..ad82210d 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -30,8 +30,6 @@ position: relative; line-height: 0; overflow: hidden; - width: 100%; - height: 100%; display: flex; align-items: center; @@ -68,6 +66,7 @@ border-radius: $fallback--tooltipRadius; border-radius: var(--tooltipRadius, $fallback--tooltipRadius); z-index: 2; + visibility: var(--still-image-label-visibility, visible); } &:hover canvas { |
