This commit is contained in:
syuilo 2018-06-09 10:15:45 +09:00
parent 763676a18c
commit 30d5b8d65b
3 changed files with 3 additions and 3 deletions

View file

@ -206,7 +206,7 @@ root(isDark)
margin 0
padding 16px
overflow-wrap break-word
font-size 12px
font-size 13px
border-bottom solid 1px isDark ? #1c2023 : rgba(#000, 0.05)
&:last-child

View file

@ -200,7 +200,7 @@ export default Vue.extend({
@import '~const.styl'
root(isDark)
font-size 12px
font-size 13px
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
&:last-of-type

View file

@ -112,7 +112,7 @@ export default Vue.extend({
root(isDark)
> .notification
padding 16px
font-size 12px
font-size 13px
overflow-wrap break-word
&:after