This is an automated email from the ASF dual-hosted git repository.

visortelle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ff526760bd6 Fix avatar aspect ratio on tablet screen size (#865)
7ff526760bd6 is described below

commit 7ff526760bd6c900af4b9dda561ac7fa02d8802b
Author: Kiryl Valkovich 🛸 <[email protected]>
AuthorDate: Wed Mar 20 13:47:21 2024 +0400

    Fix avatar aspect ratio on tablet screen size (#865)
---
 src/components/pages/CommunityPage/CommunityPage.module.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/components/pages/CommunityPage/CommunityPage.module.css 
b/src/components/pages/CommunityPage/CommunityPage.module.css
index 76e4edc9c308..a2a9af8ee5cb 100644
--- a/src/components/pages/CommunityPage/CommunityPage.module.css
+++ b/src/components/pages/CommunityPage/CommunityPage.module.css
@@ -427,6 +427,7 @@
   height: 48px;
   border-radius: 50%;
   display: block;
+  max-width: unset;
 }
 .CommunityMembersMemberName{
   padding: 0.75rem;
@@ -492,6 +493,7 @@
     border: 1px solid var(--gray-3-);
     border-radius: 0.75rem;
     display: flex;
+    height: 100%;
   }
   .CommunityMembersMember:hover > div{
     border: 1px solid var(--gray-1-);

Reply via email to