Skip to content

Commit c48d7c8

Browse files
committed
fix(docs): corner github link
1 parent ce5afb4 commit c48d7c8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/css/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ main {
196196
}
197197

198198
@media print {
199+
199200
.github-corner,
200201
.sidebar,
201202
.sidebar-toggle {
@@ -246,7 +247,7 @@ main {
246247
}
247248

248249
body.close .sidebar,
249-
body.close .content {
250+
body.close .content {
250251
transform: translateX(280px);
251252
}
252253

@@ -439,6 +440,7 @@ body {
439440
/* github corner */
440441

441442
@keyframes b {
443+
442444
0%,
443445
100% {
444446
transform: rotate(0);
@@ -455,8 +457,11 @@ body {
455457
}
456458
}
457459

458-
.github-corner svg {
460+
a.github-corner {
459461
z-index: 1;
462+
}
463+
464+
.github-corner svg {
460465
border-bottom: 0;
461466
position: fixed;
462467
right: 0;
@@ -466,6 +471,7 @@ body {
466471
fill: black;
467472
height: 80px;
468473
width: 80px;
474+
z-index: 1;
469475
}
470476

471477
.github-corner:hover svg .octo-arm {

static/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)