File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 , 0 px ) );
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 , 0 px ) );
11251125}
11261126
11271127.sidebar .header .search-screen .search-input : empty ::before {
You can’t perform that action at this time.
0 commit comments