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
fix shadow
author
damedotblog
date
1 year ago
(Mar 3, 2025, 1:18 PM -0500)
commit
70dbda1b
70dbda1bcd37aa58d617743896f6d4954404d83e
parent
23acd6f5
23acd6f50280f48dc5a04177300d6e279736c4db
-3
1 changed file
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
-3
src/components/UserProfile/UserProfile.css
Reviewed
···
535
535
display: flex;
536
536
flex-direction: column;
537
537
height: 100%;
538
538
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
539
539
-
border-radius: 8px;
540
540
-
background-color: white;
541
538
overflow: visible; /* Changed from hidden to allow content to determine height */
542
539
}
543
540