We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b27463 commit 2398198Copy full SHA for 2398198
full.css
@@ -91,7 +91,7 @@ body.notransition .bottom-wrapper {
91
92
.bottom-float {
93
position: relative;
94
- margin: 35px 0;
+ margin: 45px 0;
95
width: calc(100% - 45px);
96
max-width: 600px;
97
display: flex;
@@ -333,8 +333,7 @@ body.safari .live-buttons .live-button.share path.ios {
333
bottom: 0;
334
left: -1px;
335
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)));
+ transform: translateY(calc(100% - 28px - 45px - env(safe-area-inset-bottom, 0px)));
338
padding-bottom: env(safe-area-inset-bottom);
339
background: #1a1c24;
340
background: #0e0e0e;
0 commit comments