Skip to content

Commit

Permalink
MWPW-139169 - Vertically center aside notification icon (#1530)
Browse files Browse the repository at this point in the history
* vertically center aside notification icon area

* change fixed height to max height

---------

Co-authored-by: Blaine Gunn <Blainegunn@gmail.com>
  • Loading branch information
elan-tbx and Blainegunn authored Dec 4, 2023
1 parent c744452 commit 699fadc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/blocks/aside/aside.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
align-items: center;
}

.aside.notification .icon-area {
display: flex;
align-items: center;
}

.aside .foreground.container .icon-area {
height: 56px;
max-width: 234px;
Expand Down Expand Up @@ -350,7 +355,8 @@
}

.aside.notification .foreground.container .icon-area img {
height: 40px;
max-height: 40px;
height: auto;
}

.aside.notification.extra-small .foreground.container {
Expand Down

0 comments on commit 699fadc

Please sign in to comment.