Skip to content

Commit 31a6a84

Browse files
committed
Update full.css
1 parent d10dc2c commit 31a6a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

full.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ body.mobile .sidebar .header .title .branch-icon.active {
11071107
}
11081108

11091109
.sidebar .header .search-screen .search-input {
1110-
width: calc(var(--sidebar-width) - 102px + 38px);
1110+
width: calc(var(--sidebar-width) - 102px + 38px - env(safe-area-inset-left, 0px));
11111111
white-space: nowrap;
11121112
line-height: 20px;
11131113
color: #d4d5d7;
@@ -1121,7 +1121,7 @@ body.mobile .sidebar .header .title .branch-icon.active {
11211121
}
11221122

11231123
.sidebar .header .search-screen:has(> .clear.visible) .search-input {
1124-
width: calc(var(--sidebar-width) - 102px);
1124+
width: calc(var(--sidebar-width) - 102px - env(safe-area-inset-left, 0px));
11251125
}
11261126

11271127
.sidebar .header .search-screen .search-input:empty::before {

0 commit comments

Comments
 (0)