diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-03 04:51:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-03 04:51:58 +0900 |
| commit | 255c07d1ab3996a52dab4e32a16861f11f923267 (patch) | |
| tree | 199fe43b0f87efd8f5f37dcfe81789d328999483 /src/client/app/desktop/views/components | |
| parent | 2.25.0 (diff) | |
| download | misskey-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.vue | 6 |
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 |