Skip to content

Commit f056adf

Browse files
committed
stack button update
1 parent 7ef0100 commit f056adf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/ui/layouts/common/SidePopup/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
border-radius: 100px;
2121
position: absolute;
2222
top: -2rem;
23-
right: 117rem;
23+
right: 62vw;
2424
z-index: 999;
2525
}
2626

src/ui/layouts/stacks/CreateStack/ListForAll/SidePopup/index.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
background-color: #fff;
3939
border-radius: 100px;
4040
position: fixed;
41-
top: 17rem;
42-
right: 103rem;
41+
top: 16rem;
42+
right: 62vw;
4343
z-index: 99999999999;
4444
}
4545

src/ui/layouts/stacks/CreateStack/ListForAll/index.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
width: 100%;
3838
height: 70px;
3939
position: sticky;
40-
bottom: 0;
40+
bottom: 1rem;
4141
background-color: #fff;
4242
background: #fff;
4343
display: flex;
@@ -46,4 +46,5 @@
4646
.stackFooterButton {
4747
margin-top: 15px !important;
4848
right: 2rem;
49+
margin-right: 45px,
4950
}

0 commit comments

Comments
 (0)