Skip to content

Commit 75b8fe0

Browse files
authored
Update full.css
1 parent d3b412f commit 75b8fe0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

full.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ body.safari .live-buttons .live-button.share path.ios {
284284
bottom: 0;
285285
left: -1px;
286286
top: 33px;
287-
transform: translateY(calc(100% - 56px));
287+
transform: translateY(calc(100% - 28px - 45px - env(safe-area-inset-bottom, 0px)));
288288
padding-bottom: env(safe-area-inset-bottom);
289289
background: #1a1c24;
290290
color: #d4d5d7;
@@ -295,6 +295,8 @@ body.safari .live-buttons .live-button.share path.ios {
295295
will-change: transform;
296296
transition: none;
297297
opacity: 0;
298+
transition: .4s var(--cubic-function);
299+
transition-property: transform, opacity;
298300
z-index: 1000;
299301
}
300302

@@ -304,11 +306,6 @@ body:not(.mobile) .live-view {
304306
transition: .4s var(--cubic-function) transform;
305307
}
306308

307-
body.mobile .live-view {
308-
transition: .4s var(--cubic-function);
309-
transition-property: transform, opacity;
310-
}
311-
312309
.live-view.visible {
313310
transform: none !important;
314311
pointer-events: auto;

0 commit comments

Comments
 (0)