fix: remove the app navigation spacer

Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
greta 2024-07-10 14:48:59 +02:00
Родитель b38ce89e3c
Коммит 50ed62db6c
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -12,7 +12,6 @@
:key="'mailbox-' + mailbox.databaseId"
:account="unifiedAccount"
:mailbox="mailbox" />
<AppNavigationSpacer />
<!-- All other mailboxes grouped by their account -->
<template v-for="group in menu">
@ -213,9 +212,6 @@ to {
transform: rotate(-360deg);
}
}
.app-navigation-spacer {
order: 0 !important;
}
:deep(.settings-button) {
font-weight: bold !important;
z-index: 1;