alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
profile tweaks
author
damedotblog
date
1 year ago
(Mar 3, 2025, 1:25 PM -0500)
commit
ce1bf844
ce1bf84487d2e507ad6bb9dd321f25f46caf9aec
parent
70dbda1b
70dbda1bcd37aa58d617743896f6d4954404d83e
+9
2 changed files
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
components
AltTextCard.css
+8
src/components/UserProfile/UserProfile.css
Reviewed
···
538
538
overflow: visible; /* Changed from hidden to allow content to determine height */
539
539
}
540
540
541
541
+
.activity-card {
542
542
+
overflow: hidden;
543
543
+
}
544
544
+
541
545
.card-content {
542
546
overflow: auto;
547
547
+
}
548
548
+
549
549
+
.profile-card p {
550
550
+
line-height: 1em;
543
551
}
544
552
545
553
/* Responsive Adjustments for Cards */
+1
src/components/UserProfile/components/AltTextCard.css
Reviewed
···
6
6
align-content: center;
7
7
justify-content: center;
8
8
gap: 20px;
9
9
+
overflow: hidden;
9
10
}
10
11
11
12
.alt-text-card h2 {