summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-28 02:29:17 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-28 02:29:17 +0900
commit8984e3131df7e7511b7977e3008ea307ee5944c7 (patch)
tree872fc6976f1f96743104edc43aabaa52b6c64f41 /src/client/app/common
parent:art: (diff)
downloadmisskey-8984e3131df7e7511b7977e3008ea307ee5944c7.tar.gz
misskey-8984e3131df7e7511b7977e3008ea307ee5944c7.tar.bz2
misskey-8984e3131df7e7511b7977e3008ea307ee5944c7.zip
モバイル版のダークモード
など
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/views/components/reaction-picker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/reaction-picker.vue b/src/client/app/common/views/components/reaction-picker.vue
index ba87ae3497..e2c8a6ed3f 100644
--- a/src/client/app/common/views/components/reaction-picker.vue
+++ b/src/client/app/common/views/components/reaction-picker.vue
@@ -120,7 +120,7 @@ root(isDark)
z-index 10000
width 100%
height 100%
- background rgba(0, 0, 0, 0.1)
+ background isDark ? rgba(#000, 0.4) : rgba(#000, 0.1)
opacity 0
> .popover