Skip to content

Commit 2b0e9b6

Browse files
authored
Update dark-theme.css
1 parent 5c5ae6b commit 2b0e9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dark-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ cd-el {
292292
z-index: 1;
293293
margin-right: -100%;
294294
transform: translateX(-100%);
295-
padding-left: 13.5px;
295+
padding-left: calc(13.5px + env(safe-area-inset-left));
296296
padding-right: 13.5px;
297297
}
298298

0 commit comments

Comments
 (0)