File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1238,7 +1238,7 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
12381238}
12391239
12401240.sidebar .item .name {
1241- max-width : calc (var (--sidebar-width ) - 51 px - 20 px - 24 px - 20 px );
1241+ max-width : calc (var (--sidebar-width ) - 40 px - 24 px - 7 px - 38 px - 7 px );
12421242 overflow : hidden;
12431243 white-space : nowrap;
12441244 text-overflow : ellipsis;
@@ -1258,6 +1258,10 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
12581258 transition-property : background, box-shadow;
12591259}
12601260
1261+ .sidebar .repo .focused .name {
1262+ max-width : calc (var (--sidebar-width ) - 40px - 24px - 7px - 38px - 38px - 7px );
1263+ }
1264+
12611265.sidebar .item .focused .hidden .name {
12621266 background : transparent;
12631267 box-shadow : 0 0 0 2px hsl (220deg 86% 64% / 0% );
@@ -1325,9 +1329,8 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
13251329}
13261330
13271331.sidebar .item .push-wrapper {
1328- width : 53px ;
13291332 position : absolute;
1330- right : -2 px ;
1333+ right : calc ( 20 px - var ( --spacing-1 )) ;
13311334 display : none;
13321335}
13331336
You can’t perform that action at this time.
0 commit comments