Skip to content

Commit

Permalink
Ads: Fix media radius (#5080)
Browse files Browse the repository at this point in the history
  • Loading branch information
zubiden authored and Ajaxy committed Oct 20, 2024
1 parent ac35520 commit 542c532
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/middle/message/SponsoredMessage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,8 @@

.media-inner {
--border-bottom-left-radius: var(--border-radius-messages-small);
--border-bottom-right-radius: var(--border-radius-messages-small);
--border-top-left-radius: var(--border-radius-messages-small);
--border-top-right-radius: var(--border-radius-messages-small);
}
}

0 comments on commit 542c532

Please sign in to comment.