diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-17 17:13:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-17 17:13:49 +0900 |
| commit | 5eec896615e9987e9264a59958a212e8f6ab52f4 (patch) | |
| tree | cbb753cca9546b3863c6cb4f976041ac870201a6 /src/client/app/desktop/views | |
| parent | :art: (diff) | |
| download | misskey-5eec896615e9987e9264a59958a212e8f6ab52f4.tar.gz misskey-5eec896615e9987e9264a59958a212e8f6ab52f4.tar.bz2 misskey-5eec896615e9987e9264a59958a212e8f6ab52f4.zip | |
Better avgColor
Diffstat (limited to 'src/client/app/desktop/views')
| -rw-r--r-- | src/client/app/desktop/views/components/drive.file.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/drive.file.vue b/src/client/app/desktop/views/components/drive.file.vue index 46aae9ad2b..efc534ee70 100644 --- a/src/client/app/desktop/views/components/drive.file.vue +++ b/src/client/app/desktop/views/components/drive.file.vue @@ -142,7 +142,7 @@ export default Vue.extend({ if (this.file.properties.avgColor) { anime({ targets: this.$refs.thumbnail, - backgroundColor: this.file.properties.avgColor.replace('255)', '0)'), + backgroundColor: 'transparent', // TODO fade duration: 100, easing: 'linear' }); |