This commit is contained in:
syuilo
2018-09-27 00:54:37 +09:00
parent b6e33e93de
commit 3cbdfcb43d
11 changed files with 16 additions and 14 deletions

View File

@@ -323,7 +323,7 @@ root(isDark)
margin 0
padding 0
background var(--face)
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
border-bottom solid 1px var(--faceDivider)
&[data-round]
&:first-child

View File

@@ -237,7 +237,7 @@ root(isDark)
text-align center
color isDark ? #666b79 : #aaa
background isDark ? #242731 : #fdfdfd
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
border-bottom solid 1px var(--faceDivider)
span
margin 0 16px
@@ -261,7 +261,7 @@ root(isDark)
text-align center
color #ccc
background var(--face)
border-top solid 1px isDark ? #1c2023 : #eaeaea
border-top solid 1px var(--faceDivider)
border-bottom-left-radius 6px
border-bottom-right-radius 6px

View File

@@ -228,7 +228,7 @@ mediaRoot(isDark)
root(isDark)
font-size 13px
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
border-bottom solid 1px var(--faceDivider)
&:last-of-type
border-bottom none

View File

@@ -216,7 +216,7 @@ root(isDark)
text-align center
color isDark ? #666b79 : #aaa
background isDark ? #242731 : #fdfdfd
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
border-bottom solid 1px var(--faceDivider)
span
margin 0 16px
@@ -233,7 +233,7 @@ root(isDark)
text-align center
color #ccc
background var(--face)
border-top solid 1px isDark ? #1c2023 : #eaeaea
border-top solid 1px var(--faceDivider)
border-bottom-left-radius 6px
border-bottom-right-radius 6px

View File

@@ -169,7 +169,7 @@ root(isDark)
> .notifications
> .notification:not(:last-child)
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
border-bottom solid 1px var(--faceDivider)
> .date
display block
@@ -179,7 +179,7 @@ root(isDark)
font-size 0.8em
color isDark ? #666b79 : #aaa
background isDark ? #242731 : #fdfdfd
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
border-bottom solid 1px var(--faceDivider)
span
margin 0 16px