From 255c07d1ab3996a52dab4e32a16861f11f923267 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 3 Jun 2018 04:51:58 +0900 Subject: [PATCH] 2.25.1 --- package.json | 4 ++-- src/client/app/auth/views/index.vue | 3 ++- src/client/app/desktop/views/components/notes.note.vue | 6 +++--- src/client/app/mobile/views/components/note.vue | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3dd264864..ad1398525 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "misskey", "author": "syuilo ", - "version": "2.25.0", - "clientVersion": "1.0.6111", + "version": "2.25.1", + "clientVersion": "1.0.6112", "codename": "nighthike", "main": "./built/index.js", "private": true, diff --git a/src/client/app/auth/views/index.vue b/src/client/app/auth/views/index.vue index 826bcd125..b9c7cf7c2 100644 --- a/src/client/app/auth/views/index.vue +++ b/src/client/app/auth/views/index.vue @@ -3,6 +3,7 @@

読み込み中

div + > div:not(.form) padding 64px > h1 diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue index 5f4b0532a..ca67373c2 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 diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index 34326e12f..37d86fe23 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -502,7 +502,7 @@ root(isDark) padding 2px 8px 2px 16px font-size 90% color #8d969e - background #edf0f3 + background isDark ? #313543 : #edf0f3 border-radius 4px &:before @@ -515,7 +515,7 @@ root(isDark) width 8px height 8px margin auto 0 - background #fff + background isDark ? #282c37 : #fff border-radius 100% > .media