Skip to content

Commit 2398198

Browse files
committed
Update full.css
1 parent 1b27463 commit 2398198

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

full.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ body.notransition .bottom-wrapper {
9191

9292
.bottom-float {
9393
position: relative;
94-
margin: 35px 0;
94+
margin: 45px 0;
9595
width: calc(100% - 45px);
9696
max-width: 600px;
9797
display: flex;
@@ -333,8 +333,7 @@ body.safari .live-buttons .live-button.share path.ios {
333333
bottom: 0;
334334
left: -1px;
335335
top: 44px;
336-
transform: translateY(calc(100% - 28px - 35px - env(safe-area-inset-bottom, 0px)));
337-
transform: translateY(calc(100% - 28px - 63px - env(safe-area-inset-bottom, 0px)));
336+
transform: translateY(calc(100% - 28px - 45px - env(safe-area-inset-bottom, 0px)));
338337
padding-bottom: env(safe-area-inset-bottom);
339338
background: #1a1c24;
340339
background: #0e0e0e;

0 commit comments

Comments
 (0)