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
return (
14
<Container p={0} fluid>
15
<Box style={{ position: 'relative', width: '100%' }}>
16
-
<Image
17
-
src={BG.src}
18
-
alt="bg"
19
-
fit="cover"
20
-
w="100%"
21
-
h={{ base: 100, md: 120 }}
22
-
/>
23
24
{/* White gradient overlay */}
25
<Box
···
13
return (
14
<Container p={0} fluid>
15
<Box style={{ position: 'relative', width: '100%' }}>
16
+
<Image src={BG.src} alt="bg" fit="cover" w="100%" h={80} />
0
0
0
0
0
0
17
18
{/* White gradient overlay */}
19
<Box
+1
-7
src/webapp/features/semble/containers/sembleContainer/Skeleton.SembleContainer.tsx
···
6
return (
7
<Container p={0} fluid>
8
<Box style={{ position: 'relative', width: '100%' }}>
9
-
<Image
10
-
src={BG.src}
11
-
alt="bg"
12
-
fit="cover"
13
-
w="100%"
14
-
h={{ base: 100, md: 120 }}
15
-
/>
16
17
{/* White gradient overlay */}
18
<Box
···
6
return (
7
<Container p={0} fluid>
8
<Box style={{ position: 'relative', width: '100%' }}>
9
+
<Image src={BG.src} alt="bg" fit="cover" w="100%" h={80} />
0
0
0
0
0
0
10
11
{/* White gradient overlay */}
12
<Box