alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
feat: lower semble header bg height
author
pdelfan
date
4 months ago
(Mar 6, 2026, 3:56 PM -0800)
commit
2485fc71
2485fc71eca8a37eb1beabb35d6b8c037eac5377
parent
a9e735aa
a9e735aac882b50c0dbacd6d6c67a11cfd925fd8
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
semble
containers
sembleContainer
SembleHeaderBackground.tsx
+2
-2
src/webapp/features/semble/containers/sembleContainer/SembleHeaderBackground.tsx
View file
Reviewed
···
10
10
alt="bg"
11
11
fit="cover"
12
12
w="100%"
13
13
-
h={80}
13
13
+
h={70}
14
14
lightHidden
15
15
/>
16
16
17
17
-
<Image src={BG.src} alt="bg" fit="cover" w="100%" h={80} darkHidden />
17
17
+
<Image src={BG.src} alt="bg" fit="cover" w="100%" h={70} darkHidden />
18
18
19
19
{/* White gradient overlay */}
20
20
<Box