Skip to content

Commit

Permalink
style(mail): Adjust icon/button alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Apr 3, 2024
1 parent 846a4f4 commit a722671
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand All @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit a722671

Please sign in to comment.