From 87abcde4d49dbf538781eb3ceb2b73b2b48dfaf8 Mon Sep 17 00:00:00 2001 From: Wenhao Ji Date: Tue, 10 Dec 2024 20:14:11 -0800 Subject: [PATCH] Fixed a style incompatibility issue on Safari --- src/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.css b/src/App.css index 57b33e1..ad41e3f 100644 --- a/src/App.css +++ b/src/App.css @@ -155,6 +155,7 @@ } .opponents .opponent .avatar img { + width: 48px; height: 48px; } @@ -307,6 +308,7 @@ } .hand-cards .avatar img { + width: 56px; height: 56px; } @@ -462,6 +464,7 @@ .message-bar .title-bar .profile .avatar { margin-left: 5px; width: 30px; + height: 30px; border-radius: 50%; }