Skip to content

Commit c197945

Browse files
committed
fix(web): fixed position of dialogs
1 parent af8839e commit c197945

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web/src/layout/Header/navbar/DappList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Container = styled.div`
4949
5050
${landscapeStyle(
5151
() => css`
52-
margin-top: 64px;
52+
margin-top: 94px;
5353
top: 0;
5454
left: 0;
5555
right: auto;

web/src/layout/Header/navbar/Menu/Help.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Container = styled.div`
3838
3939
${landscapeStyle(
4040
() => css`
41-
margin-top: 64px;
41+
margin-top: 94px;
4242
width: 260px;
4343
top: 0;
4444
right: 0;

web/src/layout/Header/navbar/Menu/Settings/Notifications/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const StyledA = styled.a`
5151
display: flex;
5252
justify-content: center;
5353
gap: 4px;
54-
margin-top: 90px;
54+
margin-top: 94px;
5555
margin-bottom: 110px;
5656
font-size: 16px;
5757

web/src/layout/Header/navbar/Menu/Settings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Container = styled.div`
3434
3535
${landscapeStyle(
3636
() => css`
37-
margin-top: 64px;
37+
margin-top: 94px;
3838
top: 0;
3939
right: 0;
4040
left: auto;

0 commit comments

Comments
 (0)