1 parent 67099eb commit 4eb8851Copy full SHA for 4eb8851
1 file changed
web/app/components/MessageThread.vue
@@ -42,13 +42,13 @@ function onInstallApp() {
42
>
43
Archived Messages
44
</div>
45
- <v-sheet
+ <div
46
v-if="
47
!threadsStore.loadingThreads &&
48
threadsStore.threads.length === 0 &&
49
!threadsStore.archivedThreads
50
"
51
- class="text-center mt-6 mx-3 bg-transparent"
+ class="text-center mt-6"
52
53
<p v-if="phonesStore.owner" class="text-medium-emphasis text-center">
54
Start sending messages
@@ -61,7 +61,7 @@ function onInstallApp() {
61
<v-icon :icon="mdiPlus" start />
62
New Message
63
</v-btn>
64
- </v-sheet>
+ </div>
65
<div
66
v-if="phonesStore.phones.length === 0 && !threadsStore.loadingThreads"
67
class="px-4 text-center"
0 commit comments