diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-08 14:46:36 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-08 14:46:36 +0300 |
| commit | bc8ae96cac0fa83e11602a0d909c025b4f1f1e89 (patch) | |
| tree | 59352ce0b321f1a25b61730eeaef037bd5911cdc /src | |
| parent | 4bbc3ada5d12cfd1dbccbdcb081246b00735452a (diff) | |
indent fix (my editor screws up here)
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/still-image/still-image.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index 071e0380..cffd5d42 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -16,7 +16,7 @@ width: 100%; height: 100% - &:hover canvas { + &:hover canvas { display: none; } |
