Skip to content

Commit

Permalink
[Client] Display Battles in the correct orientation when zoomed in. P…
Browse files Browse the repository at this point in the history
…retty hackish. Will overflow a bit on small screens, but good enough for now.
  • Loading branch information
Senryoku committed Oct 10, 2023
1 parent f0029b4 commit fe44856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/CardImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ img {
}
.battle-front img {
transform: translateX(21%) rotate(90deg);
transform: translateX(20.5%) rotate(90deg);
}
.card-popup.right .battle-front img {
transform: translateX(-21%) rotate(90deg);
transform: translateX(-20.5%) rotate(90deg);
}
.alt-card-text {
Expand Down

0 comments on commit fe44856

Please sign in to comment.