aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/album/AlbumEntry.vue
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-12-25 02:08:54 +0900
committerPitu <[email protected]>2020-12-25 02:08:54 +0900
commit09d8d02e6c11bb4aea9cd129bf195868bab0738f (patch)
treef97c1b51d35c519b7788d38a4cbe3e2799d17c63 /src/site/components/album/AlbumEntry.vue
parentRemove flexsearch (diff)
downloadhost.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.tar.xz
host.fuwn.me-09d8d02e6c11bb4aea9cd129bf195868bab0738f.zip
Cleanup
Diffstat (limited to 'src/site/components/album/AlbumEntry.vue')
-rw-r--r--src/site/components/album/AlbumEntry.vue8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/site/components/album/AlbumEntry.vue b/src/site/components/album/AlbumEntry.vue
index 18633c4..b8a5cb2 100644
--- a/src/site/components/album/AlbumEntry.vue
+++ b/src/site/components/album/AlbumEntry.vue
@@ -117,11 +117,6 @@ export default {
width: 1em;
z-index: 4;
top: 22px;
-
- -webkit-transition: transform 0.1s linear;
- -moz-transition: transform 0.1s linear;
- -ms-transition: transform 0.1s linear;
- -o-transition: transform 0.1s linear;
transition: transform 0.1s linear;
&.active {
@@ -133,8 +128,7 @@ export default {
div.thumb {
width: 64px;
height: 64px;
- -webkit-box-shadow: $boxShadowLight;
- box-shadow: $boxShadowLight;
+ box-shadow: $boxShadowLight;
}
div.info {