trifling style changes

投稿のタグのマージンと色の最適化
ユーザーページの修正(幅が伸びる、profileの色)
ウェルカムページの修正(ダークモード時)
This commit is contained in:
tamaina
2018-06-22 13:20:27 +09:00
parent f1f9f235c7
commit fb1d727db9
6 changed files with 17 additions and 16 deletions

View File

@@ -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

View File

@@ -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