Skip to content

Commit a62f7d1

Browse files
committed
Fix the laout
1 parent abaee6c commit a62f7d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/app/components/MessageThreadHeader.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ async function logout() {
148148
<v-icon :icon="mdiDotsVertical" />
149149
</v-btn>
150150
</template>
151-
<v-list class="px-2" nav :density="mdAndDown ? 'compact' : 'default'">
151+
<v-list class="pa-0" :density="mdAndDown ? 'compact' : 'default'">
152152
<v-list-item @click.prevent="toggleArchive">
153153
<template #prepend>
154154
<v-icon
@@ -181,7 +181,7 @@ async function logout() {
181181
</v-list-item>
182182
<v-list-item :to="{ name: 'phone-api-keys' }">
183183
<template #prepend><v-icon :icon="mdiCellphoneKey" /></template>
184-
<v-list-item-title>Phone API Keys</v-list-item-title>
184+
<v-list-item-title :class="{'pr-16': lgAndUp}">Phone API Keys</v-list-item-title>
185185
</v-list-item>
186186
<v-list-item
187187
v-if="phonesStore.owner"

0 commit comments

Comments
 (0)