This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix

+2 -7
+2 -5
src/components/Resources/Resources.css
··· 616 616 617 617 /* Update the search-filters-container class to match the new search class names */ 618 618 .search-filters-container { 619 + align-items: center; 619 620 display: flex; 620 - flex-wrap: wrap; 621 621 gap: 15px; 622 - margin-top: 10px; 623 - margin-bottom: 15px; 624 622 justify-content: space-between; 625 - align-items: center; 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 - 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
··· 439 439 /> 440 440 </div> 441 441 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 - </div> 452 450 </div> 453 451 </header> 454 452