1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 15:26:08 +02:00
This commit is contained in:
syuilo
2018-02-23 04:01:22 +09:00
parent 80929eb176
commit 0247200596
5 changed files with 31 additions and 3 deletions

View File

@@ -46,6 +46,10 @@ export default Vue.extend({
<style lang="stylus" scoped>
.mk-messaging-room-page
display flex
flex 1
flex-direction column
min-height 100%
background #fff
</style>