Skip to content

Commit 5ed50e3

Browse files
committed
Update full.css
1 parent b752361 commit 5ed50e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

full.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,13 +1289,14 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
12891289
stroke: currentColor;
12901290
stroke-width: 1.58px;
12911291
stroke-dasharray: 20px;
1292-
stroke-dashoffset: -3.4px;
1292+
stroke-dashoffset: 8.4px;
12931293
stroke-linecap: round;
1294+
transform: scaleX(-1);
12941295
will-change: transform;
12951296
}
12961297

12971298
.sidebar .repo .lock.locked #shackle {
1298-
stroke-dashoffset: -1.1px;
1299+
stroke-dashoffset: 6.1px;
12991300
animation: lock-click .14s .124s var(--ease-function);
13001301
}
13011302

@@ -1309,7 +1310,7 @@ body:not(.mobile) .sidebar .header .title .branch-icon:active {
13091310

13101311
@keyframes lock-click {
13111312
50% {
1312-
transform: translateY(0.5px);
1313+
transform: scaleX(-1) translateY(0.5px);
13131314
}
13141315
}
13151316

0 commit comments

Comments
 (0)