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
tweak styles
author
damedotblog
date
1 year ago
(Mar 3, 2025, 1:16 PM -0500)
commit
23acd6f5
23acd6f50280f48dc5a04177300d6e279736c4db
parent
cbc31652
cbc31652b6aee5237766c4dfcee691bef772bba5
-12
1 changed file
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
-12
src/components/UserProfile/UserProfile.css
Reviewed
···
541
541
overflow: visible; /* Changed from hidden to allow content to determine height */
542
542
}
543
543
544
544
-
.card-header {
545
545
-
padding: 12px 16px;
546
546
-
background-color: #f8f9fa;
547
547
-
border-bottom: 1px solid #eaeaea;
548
548
-
cursor: move;
549
549
-
display: flex;
550
550
-
justify-content: space-between;
551
551
-
align-items: center;
552
552
-
}
553
553
-
554
544
.card-content {
555
555
-
padding: 16px;
556
556
-
flex: 1;
557
545
overflow: auto;
558
546
}
559
547