We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbb3df commit 8570175Copy full SHA for 8570175
full.css
@@ -334,7 +334,8 @@ body.safari .live-buttons .live-button.share path.ios {
334
bottom: 0;
335
left: -1px;
336
top: 44px;
337
- transform: translateY(calc(100% - 28px - 45px - env(safe-area-inset-bottom, 0px)));
+ transform: translateY(calc(100% - 28px - 35px - env(safe-area-inset-bottom, 0px)));
338
+ transform: translateY(calc(100% - 28px - 63px - env(safe-area-inset-bottom, 0px)));
339
padding-bottom: env(safe-area-inset-bottom);
340
background: #1a1c24;
341
background: #0e0e0e;
0 commit comments