Skip to content

Commit

Permalink
fix(NoFriends): Fixes mascot becoming very wide (#1529)
Browse files Browse the repository at this point in the history
Co-authored-by: Darius Clark <dariusc93@users.noreply.github.com>
  • Loading branch information
InfamousVague and dariusc93 authored Nov 21, 2023
1 parent 626171c commit 14a1bfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/src/components/friends/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@
justify-content: center;
padding: var(--padding);
pointer-events: none;

img {
max-height: 500px;
object-fit: cover;
display: block;
min-height: 0;
min-width: 0;
height: 100%;
max-width: 100%;
}
}

.no-friends-text {
Expand Down

0 comments on commit 14a1bfb

Please sign in to comment.