remove extra-padding, ununsed
This commit is contained in:
@@ -278,7 +278,7 @@ onMounted(async () => {
|
||||
|
||||
<ProgressBar mode="indeterminate" v-if="busyRefresh" slim :show-label="false" />
|
||||
|
||||
<Section :title="$t('email.config.sending.title')" :padding="false" v-if="!busyRefresh">
|
||||
<Section :title="$t('email.config.sending.title')" v-if="!busyRefresh">
|
||||
<template #header-buttons>
|
||||
<Button @click="onSendTestMail">{{ $t('emails.domains.testEmailTooltip') }}</Button>
|
||||
</template>
|
||||
@@ -304,7 +304,7 @@ onMounted(async () => {
|
||||
</SettingsItem>
|
||||
</Section>
|
||||
|
||||
<Section :title="$t('email.config.receiving.title')" :padding="false" v-if="!busyRefresh" :title-badge="!features.emailServer ? 'Upgrade' : ''">
|
||||
<Section :title="$t('email.config.receiving.title')" v-if="!busyRefresh" :title-badge="!features.emailServer ? 'Upgrade' : ''">
|
||||
<template #header-buttons>
|
||||
<Button secondary tool icon="fa-solid fa-book" v-tooltip="$t('app.docsActionTooltip')" :menu="infoMenu" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user