Skip to content

Commit

Permalink
Image fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grulex committed Nov 2, 2023
1 parent 9dd5760 commit 4ca899b
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,13 @@
display: flex;
justify-content: center;
align-items: center;
min-width: 70px;
height: 70px;
}
.img img {
min-height: 70px;
min-width: 70px;
object-fit: cover;
width: 100%;
height: 100%;
object-fit: contain;
}
.img path {
fill: var(--tg-theme-hint-color);
Expand Down

0 comments on commit 4ca899b

Please sign in to comment.