Skip to content

Commit b4e53cd

Browse files
committed
Small tweak to corner indicator
1 parent ffc405a commit b4e53cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/pace-theme-corner-indicator.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.pace .pace-activity::before,
3232
.pace .pace-activity::after {
3333
position: absolute;
34-
bottom: 30px;
34+
bottom: 24px;
3535
left: 50%;
3636
display: block;
3737
border: 5px solid #fff;
@@ -40,7 +40,7 @@
4040
}
4141

4242
.pace .pace-activity::before {
43-
margin-left: -40px;
43+
margin-left: -46px;
4444
width: 80px;
4545
height: 80px;
4646
border-right-color: rgba(0, 0, 0, .2);
@@ -50,8 +50,8 @@
5050
}
5151

5252
.pace .pace-activity::after {
53-
bottom: 50px;
54-
margin-left: -20px;
53+
bottom: 45px;
54+
margin-left: -26px;
5555
width: 40px;
5656
height: 40px;
5757
border-top-color: rgba(0, 0, 0, .2);

0 commit comments

Comments
 (0)