This is an automated email from the ASF dual-hosted git repository.
visortelle pushed a commit to branch minor-avatars-fix
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/minor-avatars-fix by this push:
new 7bc1610e10a0 Fix awatar width on tablet screen size
7bc1610e10a0 is described below
commit 7bc1610e10a0dbed703ca7520f5293207b8c5a7d
Author: visortelle <[email protected]>
AuthorDate: Wed Mar 20 13:45:08 2024 +0400
Fix awatar width on tablet screen size
---
src/components/pages/CommunityPage/CommunityPage.module.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/components/pages/CommunityPage/CommunityPage.module.css
b/src/components/pages/CommunityPage/CommunityPage.module.css
index a9c61c88803c..a2a9af8ee5cb 100644
--- a/src/components/pages/CommunityPage/CommunityPage.module.css
+++ b/src/components/pages/CommunityPage/CommunityPage.module.css
@@ -493,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-);