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 semble header bg image height
Pouria Delfanazari
4 months ago
5f8a5c12
9524990d
+2
-14
2 changed files
expand all
collapse all
unified
split
src
webapp
features
semble
containers
sembleContainer
SembleContainer.tsx
Skeleton.SembleContainer.tsx
+1
-7
src/webapp/features/semble/containers/sembleContainer/SembleContainer.tsx
···
13
13
return (
14
14
<Container p={0} fluid>
15
15
<Box style={{ position: 'relative', width: '100%' }}>
16
16
-
<Image
17
17
-
src={BG.src}
18
18
-
alt="bg"
19
19
-
fit="cover"
20
20
-
w="100%"
21
21
-
h={{ base: 100, md: 120 }}
22
22
-
/>
16
16
+
<Image src={BG.src} alt="bg" fit="cover" w="100%" h={80} />
23
17
24
18
{/* White gradient overlay */}
25
19
<Box
+1
-7
src/webapp/features/semble/containers/sembleContainer/Skeleton.SembleContainer.tsx
···
6
6
return (
7
7
<Container p={0} fluid>
8
8
<Box style={{ position: 'relative', width: '100%' }}>
9
9
-
<Image
10
10
-
src={BG.src}
11
11
-
alt="bg"
12
12
-
fit="cover"
13
13
-
w="100%"
14
14
-
h={{ base: 100, md: 120 }}
15
15
-
/>
9
9
+
<Image src={BG.src} alt="bg" fit="cover" w="100%" h={80} />
16
10
17
11
{/* White gradient overlay */}
18
12
<Box