Skip to content

Commit

Permalink
fix(docs): corner github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 27, 2025
1 parent ce5afb4 commit c48d7c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ main {
}

@media print {

.github-corner,
.sidebar,
.sidebar-toggle {
Expand Down Expand Up @@ -246,7 +247,7 @@ main {
}

body.close .sidebar,
body.close .content {
body.close .content {
transform: translateX(280px);
}

Expand Down Expand Up @@ -439,6 +440,7 @@ body {
/* github corner */

@keyframes b {

0%,
100% {
transform: rotate(0);
Expand All @@ -455,8 +457,11 @@ body {
}
}

.github-corner svg {
a.github-corner {
z-index: 1;
}

.github-corner svg {
border-bottom: 0;
position: fixed;
right: 0;
Expand All @@ -466,6 +471,7 @@ body {
fill: black;
height: 80px;
width: 80px;
z-index: 1;
}

.github-corner:hover svg .octo-arm {
Expand Down
2 changes: 1 addition & 1 deletion static/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c48d7c8

Please sign in to comment.