Skip to content
Snippets Groups Projects
Commit 30d5b8d6 authored by syuilo's avatar syuilo
Browse files

🎨

parent 763676a1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -112,7 +112,7 @@ export default Vue.extend({
root(isDark)
> .notification
padding 16px
font-size 12px
font-size 13px
overflow-wrap break-word
&:after
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment