Skip to content

Commit

Permalink
Merge pull request #547 from pycontw/fix/sponsor-logo
Browse files Browse the repository at this point in the history
fix(modal): remove inner photo rounded for sponsor logos
  • Loading branch information
SivanYeh authored Jul 14, 2024
2 parents 167df2e + 740899b commit 054255d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default {
transform: translateX(0px);
}
.lightBox__photo > img {
@apply absolute rounded-[inherit] object-contain;
@apply absolute object-contain;
width: calc(100% - 10px);
}
.img__bg {
Expand Down

0 comments on commit 054255d

Please sign in to comment.