fix: remove the app navigation spacer
Signed-off-by: greta <gretadoci@gmail.com>
This commit is contained in:
Родитель
b38ce89e3c
Коммит
50ed62db6c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче