Skip to content

Commit

Permalink
additional tweaks to account for promobar and notification edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
elan-tbx committed Aug 23, 2024
1 parent 1b650ed commit 583643e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/blocks/aside/aside.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
flex-shrink: 0;
}

.aside .foreground.container .icon-area picture {
.aside:not(.notification) .foreground.container .icon-area picture {
height: 100%;
}

Expand Down Expand Up @@ -1158,6 +1158,7 @@

.aside.promobar .promo-text .action-area {
gap: var(--spacing-s);
flex-wrap: nowrap;
}

.aside.promobar .promo-text.mobile-up,
Expand Down

0 comments on commit 583643e

Please sign in to comment.