File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
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,10 +1329,10 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
13251329}
13261330
13271331.sidebar .item .push-wrapper {
1328- width : 53px ;
1329- position : absolute;
1330- right : -2px ;
13311332 display : none;
1333+ position : absolute;
1334+ right : calc (20px - var (--spacing-1 ));
1335+ z-index : 1000 ;
13321336}
13331337
13341338.sidebar .item .modified .push-wrapper {
You can’t perform that action at this time.
0 commit comments