diff options
| author | Henry Jameson <me@hjkos.com> | 2018-02-03 20:32:13 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-03-12 01:30:27 +0300 |
| commit | 55bc1a3414ac15b08554a43c00f7f631ca1d304a (patch) | |
| tree | e18c50a9edfc0ba6960dd675bbd18243b7fd449a /src/components/still-image/still-image.vue | |
| parent | 3257991f4196cb6c2c77b3f81ec9f1850e243211 (diff) | |
fixed stretched spurdo in notifications, misc fixes, detect gif by extension for now
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -rw-r--r-- | src/components/still-image/still-image.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index cc426fff..b141cdaf 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -11,6 +11,7 @@ @import '../../_variables.scss'; .still-image { position: relative; + line-height: 0; &:hover canvas { display: none; |
