forked from hippoz/brainlet
make message cards bigger
This commit is contained in:
parent
0e1898b591
commit
887d625722
1 changed files with 8 additions and 1 deletions
|
@ -22,6 +22,13 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.message-card {
|
||||
width: 95%;
|
||||
margin: 4px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.cursor {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -155,7 +162,7 @@
|
|||
</md-card-actions>
|
||||
</md-card>
|
||||
<div v-for="post,k in messages[selection.category._id]" v-if="selection.category.isChatContext" :key="post._id + post.author._id">
|
||||
<md-card>
|
||||
<md-card class="message-card">
|
||||
<md-card-header>
|
||||
<a class="md-dense cursor md-title" v-on:click="viewProfile(post.author._id)"><span>{{ post.author.username }}</span></a>
|
||||
</md-card-header>
|
||||
|
|
Loading…
Reference in a new issue