This repository has no description
0

Configure Feed

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

fix resource library mobile styles

+10 -17
+10 -13
src/components/Resources/Resources.css
··· 399 399 flex-direction: column; 400 400 } 401 401 402 - .search-filters-container { 403 - flex-direction: column; 404 - gap: 10px; 405 - } 406 - 407 - .search-container { 408 - max-width: none; 409 - } 410 - 411 402 .quick-actions { 412 403 width: 100%; 413 404 } 414 - 415 - .feeling-lucky-button { 416 - width: 100%; 405 + 406 + & .feeling-lucky-button { 407 + max-width: 100px; 408 + font-size: 0.9em; 417 409 } 418 410 } 419 411 ··· 447 439 .filter-dropdown { 448 440 width: 100%; 449 441 justify-content: space-between; 442 + flex-direction: column; 450 443 } 451 444 452 445 .toggle-filters { 453 446 width: 100%; 454 447 justify-content: space-between; 448 + flex-direction: column; 455 449 } 456 450 457 451 .filter-share-button { ··· 495 489 .resources-page { 496 490 max-width: 100%; 497 491 } 492 + 493 + .search-filters-container { 494 + gap: 0px; 495 + } 498 496 499 497 .resources-header h1 { 500 498 font-size: 1.4rem; ··· 506 504 507 505 .toggle-filters { 508 506 flex-direction: column; 509 - align-items: flex-start; 510 507 gap: 10px; 511 508 } 512 509
-4
src/components/UserProfile/UserProfile.css
··· 665 665 font-size: 1.5em; 666 666 } 667 667 668 - .react-grid-layout { 669 - margin: 10px; 670 - } 671 - 672 668 .react-grid-item { 673 669 margin-bottom: 15px; 674 670 }