Skip to content

Commit 1751626

Browse files
committed
feat(web): slight adjustment topjurors mobile component
1 parent be3968b commit 1751626

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

web/src/pages/Home/TopJurors/Header/Rewards.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import WithHelpTooltip from "pages/Dashboard/WithHelpTooltip";
66
const Container = styled.div`
77
display: flex;
88
color: ${({ theme }) => theme.secondaryText};
9+
gap: 0px;
910
1011
font-size: 12px !important;
1112
&::before {

web/src/pages/Home/TopJurors/JurorCard/MobileCard.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Container = styled.div`
1919
border 1px solid ${({ theme }) => theme.stroke};
2020
border-top: none;
2121
align-items: center;
22-
gap: 20px;
22+
gap: 18px;
2323
2424
${landscapeStyle(
2525
() => css`
@@ -47,6 +47,7 @@ const HeaderRewardsAndRewards = styled.div`
4747
display: flex;
4848
flex-direction: column;
4949
width: 100%;
50+
gap: 5px;
5051
`;
5152

5253
const BottomSide = styled.div`
@@ -60,6 +61,7 @@ const HeaderCoherencyAndCoherency = styled.div`
6061
display: flex;
6162
flex-direction: column;
6263
align-items: flex-end;
64+
gap: 3px;
6365
6466
svg {
6567
margin-right: 0;

0 commit comments

Comments
 (0)