File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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% - 56 px ));
287+ transform : translateY (calc (100% - 28 px - 45 px - env (safe-area-inset-bottom , 0 px ) ));
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;
You can’t perform that action at this time.
0 commit comments