diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-07 18:39:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-07 18:41:47 +0300 |
| commit | 04fa1f0b2d1a92b1c653cd55f51ee7e1434b2bd7 (patch) | |
| tree | 0badb7fbd4d1ef7691f15440da7445d88cfaf597 /src/components/still-image | |
| parent | aec05686d0fa300b8b8348d8d1ba2724d1dd0014 (diff) | |
some docs, added richcontent to usernames in status, updated stillImage
to allow scale of "gif" label
Diffstat (limited to 'src/components/still-image')
| -rw-r--r-- | src/components/still-image/still-image.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index d3eb5925..a3610b51 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -30,7 +30,7 @@ position: relative; line-height: 0; overflow: hidden; - display: flex; + display: inline-flex; align-items: center; canvas { @@ -53,6 +53,7 @@ &.animated { &::before { + zoom: var(--_still_image-label-scale, 1); content: 'gif'; position: absolute; line-height: 10px; |
