Skip to content

Commit 4daaa79

Browse files
authored
Merge pull request #172 from codeitcodes/dev
2 parents da2cef2 + 56b6b3a commit 4daaa79

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

full.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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) - 51px - 20px - 24px - 20px);
1241+
max-width: calc(var(--sidebar-width) - 40px - 24px - 7px - 38px - 7px);
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: -2px;
1333+
right: calc(20px - var(--spacing-1));
13311334
display: none;
13321335
}
13331336

0 commit comments

Comments
 (0)