diff options
| author | Henry Jameson <me@hjkos.com> | 2019-09-12 19:15:22 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-09-12 20:25:11 +0300 |
| commit | 0d8b68632b02565e5ba7a833e91e41daabb4a1dc (patch) | |
| tree | f21fee94556a8bab987871bce925f16fa516efc4 /src/components/status/status.vue | |
| parent | 4f0195b05c3124104b3e09d4b9d1f73c9d74440a (diff) | |
Remove emoji zoom
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index a0756ae4..771615f3 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -696,22 +696,6 @@ $status-margin: 0.75em; line-height: 1.4em; white-space: pre-wrap; - .emoji-container { - display: inline-block; - width: 32px; - height: 32px; - z-index: 1; - - &:hover { - z-index: 2; - - .emoji { - transform: scale(3); - z-index: 2; - } - } - } - img, video { max-width: 100%; max-height: 400px; @@ -721,9 +705,6 @@ $status-margin: 0.75em; &.emoji { width: 32px; height: 32px; - transition: transform 200ms; - transform: scale(1); - pointer-events: none; } } |
