Skip to content

Commit

Permalink
Merge pull request #189 from Stexinator/feature/non_square_images
Browse files Browse the repository at this point in the history
improve non-square images as avatar
  • Loading branch information
Vendare authored Oct 5, 2024
2 parents 1879169 + e104286 commit 9cbcf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/sheet/actor/actor.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@
transparent 100%
);
flex: 0 0 auto;
height: 95px;
max-height: 95px;
margin-right: 8px;
width: 95px;
max-width: 95px;
}

.dark-heresy.sheet .header .avatar img {
Expand Down

0 comments on commit 9cbcf24

Please sign in to comment.