This repository has no description
0

Configure Feed

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

fixmobile

+10 -2
+10 -2
src/components/Admin/AdminPanel.css
··· 676 676 677 677 .admin-container { 678 678 display: grid; 679 - gap: 20px; 679 + gap: 0px; 680 680 } 681 681 682 682 .resource-editor { 683 - height: 100%; 683 + height: 214.2%; 684 + } 685 + 686 + .resources-sidebar { 687 + max-height: 80%; 688 + } 689 + 690 + .admin-panel { 691 + height: 246.7vh; 684 692 } 685 693 686 694 .form-row {