From a722671e3d263e31c8f6383d6d3726af899244c6 Mon Sep 17 00:00:00 2001 From: Geir Thomas Andersen Date: Wed, 3 Apr 2024 22:32:49 +0200 Subject: [PATCH] style(mail): Adjust icon/button alignment. --- src/styles.scss | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 2d073cee7..ea4a93b1c 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -727,8 +727,8 @@ mat-sidenav-container { border-right: 1px solid rgba(0, 0, 0, 0.12); mat-icon { - width: 20px; - height: 20px; + width: 20px; + height: 20px; } } @@ -753,8 +753,14 @@ mat-sidenav-container { } } -.sidenavMainMenu a { - width: 30%; +.sidenavMainMenu { + .mat-mini-fab .mat-button-wrapper { + line-height: 18px; + } + + a { + width: 30%; + } } .sidenavSubMenu { @@ -847,7 +853,14 @@ h3.sideNavHeader { width: 30px; line-height: 30px; } - + +rmm-folderlist { + .mat-icon-button { + height: 30px; + line-height: 24px; + } +} + .mailFolder div, .mailFolder span { height: 1em; vertical-align: middle;