summaryrefslogtreecommitdiff
path: root/src/client/app/desktop/views/components
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/app/desktop/views/components
parentUpdate README.md (diff)
downloadmisskey-fb1d727db95816182a0184bf449051ff94694bac.tar.gz
misskey-fb1d727db95816182a0184bf449051ff94694bac.tar.bz2
misskey-fb1d727db95816182a0184bf449051ff94694bac.zip
trifling style changes
投稿のタグのマージンと色の最適化 ユーザーページの修正(幅が伸びる、profileの色) ウェルカムページの修正(ダークモード時)
Diffstat (limited to 'src/client/app/desktop/views/components')
-rw-r--r--src/client/app/desktop/views/components/notes.note.vue4
1 files changed, 2 insertions, 2 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