1 parent abaee6c commit a62f7d1Copy full SHA for a62f7d1
1 file changed
web/app/components/MessageThreadHeader.vue
@@ -148,7 +148,7 @@ async function logout() {
148
<v-icon :icon="mdiDotsVertical" />
149
</v-btn>
150
</template>
151
- <v-list class="px-2" nav :density="mdAndDown ? 'compact' : 'default'">
+ <v-list class="pa-0" :density="mdAndDown ? 'compact' : 'default'">
152
<v-list-item @click.prevent="toggleArchive">
153
<template #prepend>
154
<v-icon
@@ -181,7 +181,7 @@ async function logout() {
181
</v-list-item>
182
<v-list-item :to="{ name: 'phone-api-keys' }">
183
<template #prepend><v-icon :icon="mdiCellphoneKey" /></template>
184
- <v-list-item-title>Phone API Keys</v-list-item-title>
+ <v-list-item-title :class="{'pr-16': lgAndUp}">Phone API Keys</v-list-item-title>
185
186
<v-list-item
187
v-if="phonesStore.owner"
0 commit comments