Skip to content

Commit 20d155e

Browse files
authored
Update full.css
1 parent e55cee7 commit 20d155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ body.notransition .sidebar {
767767

768768
@keyframes loader {
769769
from {
770-
transform: translateX(-100%);
770+
transform: translateX(calc(-100% - env(safe-area-inset-left, 0px)));
771771
}
772772
to {
773773
transform: translateX(var(--sidebar-width));

0 commit comments

Comments
 (0)