diff --git a/frontend/src/views/Content.vue b/frontend/src/views/Content.vue index 7f0cfb34..060a2f27 100644 --- a/frontend/src/views/Content.vue +++ b/frontend/src/views/Content.vue @@ -148,7 +148,7 @@ onMounted(async () => { {{ t('refresh') }} -
+
@@ -188,7 +188,7 @@ onMounted(async () => {
- + @@ -301,4 +301,8 @@ onMounted(async () => { .overlay-light-backgroud { background-color: rgba(0, 0, 0, 0.1); } + +.mail-item { + height: 100%; +}