forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
0e7c0fd528
commit
366b7ef946
2 changed files with 4 additions and 3 deletions
|
@ -218,8 +218,6 @@ export default Vue.extend({
|
|||
@import '~const.styl'
|
||||
|
||||
root(isDark)
|
||||
margin 0 auto
|
||||
padding 0
|
||||
overflow hidden
|
||||
text-align left
|
||||
background isDark ? #282C37 : #fff
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<mk-ui>
|
||||
<main v-if="!fetching">
|
||||
<template v-for="favorite in favorites">
|
||||
<mk-note-detail :note="favorite.note" :key="favorite.note.id"/>
|
||||
<mk-note-detail class="post" :note="favorite.note" :key="favorite.note.id"/>
|
||||
</template>
|
||||
<a v-if="existMore" @click="more">%i18n:@more%</a>
|
||||
</main>
|
||||
|
@ -70,4 +70,7 @@ main
|
|||
margin 0 auto
|
||||
padding 16px
|
||||
max-width 700px
|
||||
|
||||
> .post
|
||||
margin-bottom 16px
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue