Skip to content

Commit

Permalink
docs: tweaks mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 6, 2024
1 parent 975137e commit f608fe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
19 changes: 7 additions & 12 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ main {
width: 62px !important;
}

.github-corner,
.sidebar {
position: fixed;
}
Expand All @@ -338,6 +337,7 @@ main {
}

.sidebar-toggle {
cursor: pointer;
display: inherit;
border: 0;
outline: none;
Expand Down Expand Up @@ -600,30 +600,25 @@ body {
}
}

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

.github-corner svg {
position: fixed;
z-index: 1;
border-bottom: 0;
position: fixed;
right: 0;
text-decoration: none;
top: 0;
color: var(--background-color);
fill: var(--accent-color);
height: 80px;
width: 80px;
}

.github-corner:hover svg .octo-arm {
opacity: 1;
animation: b 560ms ease-in-out;
}

.github-corner svg {
color: var(--background-color);
fill: var(--accent-color);
height: 80px;
width: 80px;
}

strong {
color: var(--accent-color);
}
Expand Down

0 comments on commit f608fe8

Please sign in to comment.