summaryrefslogtreecommitdiff
path: root/src/client/app/mobile/views/components/note-detail.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:28:13 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-26 20:28:13 +0900
commitf5f2215b47ce4590788dce2af1c8e4e586548e77 (patch)
tree5d1854d8b6400937005d086850c973df5e462fb7 /src/client/app/mobile/views/components/note-detail.vue
parentwip (diff)
downloadmisskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.gz
misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.bz2
misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.zip
wip
Diffstat (limited to 'src/client/app/mobile/views/components/note-detail.vue')
-rw-r--r--src/client/app/mobile/views/components/note-detail.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue
index 6daf375ed2..f0a91e82d4 100644
--- a/src/client/app/mobile/views/components/note-detail.vue
+++ b/src/client/app/mobile/views/components/note-detail.vue
@@ -229,7 +229,7 @@ root(isDark)
overflow hidden
width 100%
text-align left
- background isDark ? #282C37 : #fff
+ background var(--face)
border-radius 8px
box-shadow 0 0 2px rgba(#000, 0.1)