layout fixes
This commit is contained in:
parent
34b60efede
commit
88f1b7fae8
3 changed files with 2 additions and 4 deletions
|
|
@ -186,7 +186,7 @@ export default {
|
||||||
return useShoutStore().joined
|
return useShoutStore().joined
|
||||||
},
|
},
|
||||||
isChats() {
|
isChats() {
|
||||||
return this.$route.name === 'chat' || this.$route.name === 'chats'
|
return this.$route.name === 'chat' || this.$route.name === 'chats' || this.$route.name === 'conversation2'
|
||||||
},
|
},
|
||||||
isListEdit() {
|
isListEdit() {
|
||||||
return this.$route.name === 'lists-edit'
|
return this.$route.name === 'lists-edit'
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachments {
|
.attachments {
|
||||||
min-width: 30em;
|
min-width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quoted-post {
|
.quoted-post {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
.chat-view {
|
.chat-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: -1em;
|
|
||||||
margin-top: -1em;
|
|
||||||
|
|
||||||
.chat-list-wrapper {
|
.chat-list-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue