aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-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 {