From b3a7a20ce1e4a928fc4d58e3c55d53caa8fe9637 Mon Sep 17 00:00:00 2001 From: Albert <Albert.Bruns@mgm-tp.com> Date: Fri, 11 Apr 2025 12:33:10 +0200 Subject: [PATCH] OZG-7773 mail unread button --- .../postfach-page-mail-list.component.html | 14 +++++++++----- .../postfach-page-mail-list.component.scss | 5 ----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.html b/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.html index 9d74f0c569..02f06abb15 100644 --- a/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.html +++ b/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.html @@ -34,9 +34,13 @@ > </alfa-postfach-mail> - <alfa-postfach-mail-pdf-button-container - [showButtonWithLabel]="true" - [postfachMailListResource]="postfachMailListStateResource.resource" - > - </alfa-postfach-mail-pdf-button-container> + <div class="mb-4 ml-6 mt-4 flex gap-4"> + <alfa-postfach-mail-pdf-button-container + [showButtonWithLabel]="true" + [postfachMailListResource]="postfachMailListStateResource.resource" + > + </alfa-postfach-mail-pdf-button-container> + + <alfa-mail-unread-button-link-container [postfachMailListStateResource]="postfachMailListStateResource" /> + </div> </ozgcloud-spinner> diff --git a/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.scss b/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.scss index 0c338513b8..1773ac885e 100644 --- a/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.scss +++ b/alfa-client/libs/postfach/src/lib/postfach-page-container/postfach-page/postfach-page-mail-list/postfach-page-mail-list.component.scss @@ -65,8 +65,3 @@ } } } - -alfa-postfach-mail-pdf-button-container { - display: block; - margin: 16px 24px; -} -- GitLab