Skip to content

Commit

Permalink
fix: Fixed menu item arrow position (#1053)
Browse files Browse the repository at this point in the history
<img width="1314" alt="Snímek obrazovky 2024-06-06 v 17 48 48"
src="https://github.com/apify/apify-docs/assets/45016873/b27e1071-0ef7-40fa-8dc3-68bfa091e4d8">
<img width="1482" alt="Snímek obrazovky 2024-06-06 v 17 13 38"
src="https://github.com/apify/apify-docs/assets/45016873/93d0d14d-f18d-474d-a92c-6773b6902603">


closes #1054

---------

Co-authored-by: Martin Adámek <[email protected]>
  • Loading branch information
jbartadev and B4nan authored Jun 7, 2024
1 parent d10f012 commit 45acea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,10 @@ article .card h2 {
float: right;
}

.menu__link--sublist-caret:after {
height: 2.5rem;
}

aside button[class*="collapseSidebarButton"] svg {
transform: scale(.7) rotate(180deg);
}
Expand Down

0 comments on commit 45acea4

Please sign in to comment.