diff --git a/dashboard/src/components/Section.vue b/dashboard/src/components/Section.vue index b5e3eb6b9..ca49d36fe 100644 --- a/dashboard/src/components/Section.vue +++ b/dashboard/src/components/Section.vue @@ -56,6 +56,12 @@ body.has-background .section { padding-left: 15px; padding-right: 15px; padding-top: 25px; + margin-top: 0; +} + +.section-header > div { + display: flex; + gap: 6px; } .section-divider { diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 577adcea5..6c9ab1504 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -180,22 +180,6 @@ tr:hover .table-actions { font-size: 12px; } -.section-header { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - align-items: center; - margin-top: 50px; - margin-left: 10px; - margin-right: 10px; - gap: 5px; -} - -.section-header > div { - display: flex; - gap: 6px; -} - .view-header { display: flex; flex-wrap: wrap; diff --git a/dashboard/src/views/AppsView.vue b/dashboard/src/views/AppsView.vue index 27932d964..56564c02c 100644 --- a/dashboard/src/views/AppsView.vue +++ b/dashboard/src/views/AppsView.vue @@ -204,7 +204,7 @@ onUnmounted(() => {
-

+

{{ $t('apps.title') }}
diff --git a/dashboard/src/views/EmailView.vue b/dashboard/src/views/EmailView.vue index 12553aa8d..3a2d50a95 100644 --- a/dashboard/src/views/EmailView.vue +++ b/dashboard/src/views/EmailView.vue @@ -375,15 +375,12 @@ onMounted(async () => { -

- {{ $t('emails.title') }} -
- -
-

- -
+
+ +