Skip to content

Commit d3b412f

Browse files
authored
Update full.css
1 parent 9e096c9 commit d3b412f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

full.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

307307
body.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 {

0 commit comments

Comments
 (0)