Skip to content

Commit

Permalink
[Client] Fix split card popup display
Browse files Browse the repository at this point in the history
  • Loading branch information
Senryoku committed Jun 4, 2024
1 parent c122d36 commit 0eea959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/CardImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,17 +363,17 @@ img {
gap: 5px;
}
.layout-split {
.layout-split img {
transform: translate(50%) scale(1.41) rotateZ(90deg);
}
.right .layout-split {
.right .layout-split img {
transform: translate(-50%) scale(1.41) rotateZ(90deg);
}
.layout-split-left {
.layout-split-left img {
transform: translate(50%) scale(1.41) rotateZ(-90deg);
}
.right .layout-split-left {
.right .layout-split-left img {
transform: translate(-50%) scale(1.41) rotateZ(-90deg);
}
Expand Down

0 comments on commit 0eea959

Please sign in to comment.