summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2018-06-22 13:20:27 +0900
committertamaina <tamaina@hotmail.co.jp>2018-06-22 13:20:27 +0900
commitfb1d727db95816182a0184bf449051ff94694bac (patch)
tree9e08be0cd59cbc5ac5f53024fb7a1987be21f8da /src/client
parentUpdate README.md (diff)
downloadmisskey-fb1d727db95816182a0184bf449051ff94694bac.tar.gz
misskey-fb1d727db95816182a0184bf449051ff94694bac.tar.bz2
misskey-fb1d727db95816182a0184bf449051ff94694bac.zip
trifling style changes
投稿のタグのマージンと色の最適化 ユーザーページの修正(幅が伸びる、profileの色) ウェルカムページの修正(ダークモード時)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue4
-rw-r--r--src/client/app/desktop/views/pages/deck/deck.note.vue4
-rw-r--r--src/client/app/desktop/views/pages/user/user.profile.vue16
-rw-r--r--src/client/app/desktop/views/pages/user/user.vue3
-rw-r--r--src/client/app/desktop/views/pages/welcome.vue2
-rw-r--r--src/client/app/mobile/views/components/note.vue4
6 files changed, 17 insertions, 16 deletions
diff --git a/src/client/app/desktop/views/components/notes.note.vue b/src/client/app/desktop/views/components/notes.note.vue
index b96ae2da5a..3727d7d278 100644
--- a/src/client/app/desktop/views/components/notes.note.vue
+++ b/src/client/app/desktop/views/components/notes.note.vue
@@ -473,10 +473,10 @@ root(isDark)
> *
display inline-block
- margin 0 8px 0 0
+ margin 0 0 4px 6px
padding 2px 8px 2px 16px
font-size 90%
- color #8d969e
+ color #f66e4f
background isDark ? #313543 : #edf0f3
border-radius 4px
diff --git a/src/client/app/desktop/views/pages/deck/deck.note.vue b/src/client/app/desktop/views/pages/deck/deck.note.vue
index d50fc3c235..8b014fe942 100644
--- a/src/client/app/desktop/views/pages/deck/deck.note.vue
+++ b/src/client/app/desktop/views/pages/deck/deck.note.vue
@@ -381,10 +381,10 @@ root(isDark)
> *
display inline-block
- margin 0 8px 0 0
+ margin 0 0 4px 6px
padding 2px 8px 2px 16px
font-size 90%
- color #8d969e
+ color #f66e4f
background isDark ? #313543 : #edf0f3
border-radius 4px
diff --git a/src/client/app/desktop/views/pages/user/user.profile.vue b/src/client/app/desktop/views/pages/user/user.profile.vue
index 8afa7122b3..21f3c57c75 100644
--- a/src/client/app/desktop/views/pages/user/user.profile.vue
+++ b/src/client/app/desktop/views/pages/user/user.profile.vue
@@ -126,7 +126,7 @@ root(isDark)
> .friend-form
padding 16px
text-align center
- border-top solid 1px #eee
+ border-bottom solid 1px isDark ? #21242f : #eee
> .followed
margin 12px 0 0 0
@@ -144,7 +144,7 @@ root(isDark)
> .action-form
padding 16px
text-align center
- border-top solid 1px #eee
+ border-bottom solid 1px isDark ? #21242f : #eee
> *
width 100%
@@ -154,8 +154,8 @@ root(isDark)
> .birthday
padding 16px
- color #555
- border-top solid 1px #eee
+ color isDark ? #e3e7ea : #555
+ border-bottom solid 1px isDark ? #21242f : #eee
> p
margin 0
@@ -165,8 +165,8 @@ root(isDark)
> .twitter
padding 16px
- color #555
- border-top solid 1px #eee
+ color isDark ? #e3e7ea : #555
+ border-bottom solid 1px isDark ? #21242f : #eee
> p
margin 0
@@ -176,8 +176,8 @@ root(isDark)
> .status
padding 16px
- color #555
- border-top solid 1px #eee
+ color isDark ? #e3e7ea : #555
+ border-bottom solid 1px isDark ? #21242f : #eee
> p
margin 8px 0
diff --git a/src/client/app/desktop/views/pages/user/user.vue b/src/client/app/desktop/views/pages/user/user.vue
index 7f05c695af..c8a04c6b04 100644
--- a/src/client/app/desktop/views/pages/user/user.vue
+++ b/src/client/app/desktop/views/pages/user/user.vue
@@ -92,7 +92,7 @@ root(isDark)
&.is-suspended
color isDark ? #ffb4b4 : #570808
background isDark ? #611d1d : #ffdbdb
- border solid 1px isDarl ? #d64a4a : #e09696
+ border solid 1px isDark ? #d64a4a : #e09696
&.is-remote
color isDark ? #ffbd3e : #573c08
@@ -105,6 +105,7 @@ root(isDark)
> main
display flex
justify-content center
+ width 673px
> .main
> .side
diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue
index 029e44e27c..2203efcc92 100644
--- a/src/client/app/desktop/views/pages/welcome.vue
+++ b/src/client/app/desktop/views/pages/welcome.vue
@@ -199,7 +199,7 @@ root(isDark)
> .login
width $loginWidth
padding 16px 32px 32px 32px
- background #f5f5f5
+ background isDark ? #2e3440 : #f5f5f5
> .info
margin 16px auto
diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue
index ecdfee3b44..76ac9a1310 100644
--- a/src/client/app/mobile/views/components/note.vue
+++ b/src/client/app/mobile/views/components/note.vue
@@ -424,10 +424,10 @@ root(isDark)
> *
display inline-block
- margin 0 8px 0 0
+ margin 0 0 4px 6px
padding 2px 8px 2px 16px
font-size 90%
- color #8d969e
+ color #f66e4f
background isDark ? #313543 : #edf0f3
border-radius 4px