summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-03 04:51:58 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-03 04:51:58 +0900
commit255c07d1ab3996a52dab4e32a16861f11f923267 (patch)
tree199fe43b0f87efd8f5f37dcfe81789d328999483 /src/client/app/desktop/views/components
parent2.25.0 (diff)
downloadmisskey-255c07d1ab3996a52dab4e32a16861f11f923267.tar.gz
misskey-255c07d1ab3996a52dab4e32a16861f11f923267.tar.bz2
misskey-255c07d1ab3996a52dab4e32a16861f11f923267.zip
2.25.1
Diffstat (limited to 'src/client/app/desktop/views/components')
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue
index 5f4b0532a8..ca67373c23 100644
--- a/src/client/app/desktop/views/components/notes.note.vue
+++ b/src/client/app/desktop/views/components/notes.note.vue
@@ -463,7 +463,7 @@ root(isDark)
> .app
margin-right 8px
padding-right 8px
- border-right solid 1px #eaeaea
+ border-right solid 1px isDark ? #1c2023 : #eaeaea
> .visibility
margin-left 8px
@@ -552,7 +552,7 @@ root(isDark)
padding 2px 8px 2px 16px
font-size 90%
color #8d969e
- background #edf0f3
+ background isDark ? #313543 : #edf0f3
border-radius 4px
&:before
@@ -565,7 +565,7 @@ root(isDark)
width 8px
height 8px
margin auto 0
- background #fff
+ background isDark ? #282c37 : #fff
border-radius 100%
&:hover