This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

profile tweaks

+9
+8
src/components/UserProfile/UserProfile.css
··· 538 538 overflow: visible; /* Changed from hidden to allow content to determine height */ 539 539 } 540 540 541 + .activity-card { 542 + overflow: hidden; 543 + } 544 + 541 545 .card-content { 542 546 overflow: auto; 547 + } 548 + 549 + .profile-card p { 550 + line-height: 1em; 543 551 } 544 552 545 553 /* Responsive Adjustments for Cards */
+1
src/components/UserProfile/components/AltTextCard.css
··· 6 6 align-content: center; 7 7 justify-content: center; 8 8 gap: 20px; 9 + overflow: hidden; 9 10 } 10 11 11 12 .alt-text-card h2 {