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
author
damedotblog
date
1 year ago
(Apr 22, 2025, 4:14 PM -0400)
commit
32614e8f
32614e8f45bd0eac7fb9a39b948e58a72103ddd5
parent
6eaed9e0
6eaed9e0fe690007aa60a53e60101c8acb68848c
+2
-7
2 changed files
Expand all
Collapse all
Unified
Split
src
components
Resources
Resources.css
Resources.js
+2
-5
src/components/Resources/Resources.css
Reviewed
···
616
616
617
617
/* Update the search-filters-container class to match the new search class names */
618
618
.search-filters-container {
619
619
+
align-items: center;
619
620
display: flex;
620
620
-
flex-wrap: wrap;
621
621
gap: 15px;
622
622
-
margin-top: 10px;
623
623
-
margin-bottom: 15px;
624
622
justify-content: space-between;
625
625
-
align-items: center;
623
623
+
margin: auto;
626
624
}
627
625
628
626
/* Quick actions */
···
685
683
justify-content: center;
686
684
background-color: var(--card-border);
687
685
color: var(--text);
688
688
-
padding: 0 20px; /* Adjusted padding */
689
686
border: none;
690
687
border-radius: 8px;
691
688
font-size: 0.95rem;
-2
src/components/Resources/Resources.js
Reviewed
···
439
439
/>
440
440
</div>
441
441
442
442
-
<div className="quick-actions">
443
442
<button
444
443
className="feeling-lucky-button"
445
444
type="button"
···
448
447
>
449
448
Feeling Lucky
450
449
</button>
451
451
-
</div>
452
450
</div>
453
451
</header>
454
452