File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,8 @@ body.safari .live-buttons .live-button.share path.ios {
283283 right : 0 ;
284284 bottom : 0 ;
285285 left : -1px ;
286+ top : 33px ;
287+ transform : translateY (calc (100% - 56px ));
286288 padding-bottom : env (safe-area-inset-bottom);
287289 background : # 1a1c24 ;
288290 color : # d4d5d7 ;
@@ -292,7 +294,6 @@ body.safari .live-buttons .live-button.share path.ios {
292294 box-sizing : border-box;
293295 will-change : transform;
294296 transition : none;
295- display : none;
296297 opacity : 0 ;
297298 z-index : 1000 ;
298299}
@@ -301,15 +302,11 @@ body:not(.mobile) .live-view {
301302 opacity : 1 ;
302303 transform : translateX (100% );
303304 transition : .4s var (--cubic-function ) transform;
304- display : block;
305305}
306306
307307body .mobile .live-view {
308- top : 33px ;
309- transform : translateY (calc (100% - 56px ));
310308 transition : .4s var (--cubic-function );
311309 transition-property : transform, opacity;
312- display : block;
313310}
314311
315312.live-view .visible {
You can’t perform that action at this time.
0 commit comments