Skip to content

Commit

Permalink
Fixed a style incompatibility issue on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
predatorray committed Dec 11, 2024
1 parent 02d8702 commit 87abcde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
}

.opponents .opponent .avatar img {
width: 48px;
height: 48px;
}

Expand Down Expand Up @@ -307,6 +308,7 @@
}

.hand-cards .avatar img {
width: 56px;
height: 56px;
}

Expand Down Expand Up @@ -462,6 +464,7 @@
.message-bar .title-bar .profile .avatar {
margin-left: 5px;
width: 30px;
height: 30px;
border-radius: 50%;
}

Expand Down

0 comments on commit 87abcde

Please sign in to comment.