A social knowledge tool for researchers built on ATProto

feat: lower collection selector height

+1 -2
-1
src/webapp/components/AddToCollectionModal.tsx
··· 120 onClose={handleClose} 121 title="Add to Collections" 122 centered 123 - size="md" 124 > 125 <Stack p="sm"> 126 {loading ? (
··· 120 onClose={handleClose} 121 title="Add to Collections" 122 centered 123 > 124 <Stack p="sm"> 125 {loading ? (
+1 -1
src/webapp/features/collections/components/collectionSelector/CollectionSelector.tsx
··· 92 } 93 /> 94 95 - <ScrollArea.Autosize mah={340} type="auto"> 96 <Stack gap="xs"> 97 {search ? ( 98 <>
··· 92 } 93 /> 94 95 + <ScrollArea.Autosize mah={220} type="auto"> 96 <Stack gap="xs"> 97 {search ? ( 98 <>