Skip to content

Commit

Permalink
fix(#9291): align fab icon in mobile view (#9371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benmuiruri authored Sep 2, 2024
1 parent 94ac934 commit a72486b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions webapp/src/css/inbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,8 @@ mm-search-bar {
color: @mat-font-color;
.fast-action-item-icon {
margin-right: 20px;
display: flex;
align-items: center;

mat-icon,
.fast-action-resource-icon img,
Expand All @@ -1421,8 +1423,8 @@ mm-search-bar {
font-size: @font-extra-extra-large;
}

.fast-action-resource-icon {
line-height: 60px;
.resource-icon {
display: block;
}
}

Expand Down

0 comments on commit a72486b

Please sign in to comment.