This commit is contained in:
syuilo 2018-04-28 10:27:43 +09:00
parent 1cd1c31467
commit c85c825bad
6 changed files with 5 additions and 22 deletions

View file

@ -35,8 +35,9 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
margin 0
padding 16px
padding 16px 32px
font-size 0.9em
background isDark ? #21242d : #fcfcfc
&:after
content ""

View file

@ -371,13 +371,6 @@ root(isDark)
& + article
padding-top 8px
> .reply-to
padding 0 16px
background rgba(0, 0, 0, 0.0125)
> .mk-note-preview
background transparent
> article
padding 28px 32px 18px 32px

View file

@ -31,7 +31,6 @@ export default Vue.extend({
margin 0
padding 0
font-size 0.9em
background #fff
&:after
content ""

View file

@ -28,8 +28,9 @@ export default Vue.extend({
<style lang="stylus" scoped>
root(isDark)
font-size 0.9em
padding 16px
font-size 0.9em
background isDark ? #21242d : #fcfcfc
@media (min-width 600px)
padding 24px 32px

View file

@ -240,12 +240,6 @@ root(isDark)
font-size 12px
border-bottom solid 1px isDark ? #1c2023 : #eaeaea
&:first-child
border-radius 8px 8px 0 0
> .renote
border-radius 8px 8px 0 0
&:last-of-type
border-bottom none
@ -304,12 +298,6 @@ root(isDark)
& + article
padding-top 8px
> .reply-to
background rgba(0, 0, 0, 0.0125)
> .mk-note-preview
background transparent
> article
padding 16px 16px 9px

View file

@ -200,6 +200,7 @@ export default Vue.extend({
@import '~const.styl'
root(isDark)
overflow hidden
background isDark ? #282C37 : #fff
border-radius 8px
box-shadow 0 0 2px rgba(#000, 0.1)