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 context size
author
damedotblog
date
1 year ago
(Feb 21, 2025, 5:34 PM -0500)
commit
1a2dab4d
1a2dab4d63db448633f0a0bc342e242107f3f807
parent
f2c53a0c
f2c53a0c3d1e7c597c9a84eae0fe0f08c9b4614a
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
+1
-1
src/components/UserProfile/UserProfile.css
Reviewed
···
464
464
465
465
.context-line p {
466
466
margin: 0px;
467
467
-
font-size: 0.6em;
467
467
+
font-size: 0.7em;
468
468
opacity: 0.5;
469
469
}
470
470