tangled
alpha
login
or
join now
cosmik.network
/
semble
43
fork
atom
A social knowledge tool for researchers built on ATProto
43
fork
atom
overview
issues
13
pulls
pipelines
feat: lower collection selector height
Pouria Delfanazari
4 months ago
5d35b5f4
3ebfc8f6
+1
-2
2 changed files
expand all
collapse all
unified
split
src
webapp
components
AddToCollectionModal.tsx
features
collections
components
collectionSelector
CollectionSelector.tsx
-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
0
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
<>