aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-09 02:10:04 +0300
committerHenry Jameson <me@hjkos.com>2018-04-09 02:10:04 +0300
commitbf2d4516d59884c657feed4ebe16bf3f1357bda1 (patch)
treeaee5af88bb9b31e1cd14f8fe9d04b721c70131e2 /src
parentbc8ae96cac0fa83e11602a0d909c025b4f1f1e89 (diff)
small fix for still-gifs
Diffstat (limited to 'src')
-rw-r--r--src/components/still-image/still-image.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index cffd5d42..a37c678d 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -14,7 +14,7 @@
line-height: 0;
overflow: hidden;
width: 100%;
- height: 100%
+ height: 100%;
&:hover canvas {
display: none;
@@ -22,7 +22,7 @@
img {
width: 100%;
- height: 100%
+ height: 100%;
}
&.animated {