Skip to content

Commit e25f014

Browse files
committed
Update full.css
1 parent 5d2da5f commit e25f014

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

full.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,6 +1785,7 @@ body.safari .bottom-wrapper .live-buttons .options .share-icon path:not(.ios) {
17851785
border-radius: 11px 11px 0 0;
17861786
pointer-events: none;
17871787
will-change: transform;
1788+
translate: 0 calc(-1 * var(--keyboard-height, 0px));
17881789
transition: .3s var(--cubic-function),
17891790
0s .3s var(--bounce-function) bottom,
17901791
.1s .29s var(--ease-function) box-shadow,
@@ -1884,15 +1885,11 @@ body:not(.mobile) .sheet {
18841885
box-shadow: 0 -8px 16px rgb(0 0 0 / 24%), 0 0 0 1px #38393e; /* rgb(255 255 255 / 15%) */
18851886
}
18861887

1887-
body.safari .console-sheet {
1888-
translate: 0 calc(-1 * var(--safari-keyboard-height, 0px));
1889-
}
1890-
18911888
body.safari .console-sheet.visible.safari-transitioning-blur {
18921889
transition: translate .27s ease;
18931890
}
18941891

1895-
body.safari .console-sheet:has(> .footer .input:focus) {
1892+
body.safari .console-sheet:focus-within {
18961893
padding-bottom: 0;
18971894
}
18981895

@@ -2419,6 +2416,7 @@ body:not(.mobile) .dialog .button:not(:active):hover {
24192416
max-width: 356px;
24202417
white-space: pre-wrap;
24212418
overflow-wrap: anywhere;
2419+
translate: 0 calc(-1 * var(--keyboard-height, 0px));
24222420
transition: 0s .18s, .18s var( --bounce-function) opacity, 0s translate;
24232421
}
24242422

@@ -2436,10 +2434,6 @@ body:not(.mobile) .dialog .button:not(:active):hover {
24362434
transition: none;
24372435
}
24382436

2439-
body.safari .message {
2440-
translate: 0 calc(-1 * var(--safari-keyboard-height, 0px));
2441-
}
2442-
24432437
.message svg {
24442438
width: 16px;
24452439
margin-right: 7px;

0 commit comments

Comments
 (0)