-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Add new dropdown to non-generic pages (#2568)
* refactor: Add product panel to tutorials pages - Move `left` alignment of dropdowns exclusively into desktop dropdown pane - Add `NavBarListContainer` to tutorials dropdown wrapping to satisfy Radix * chore: More-reasonable wrapping setup * chore: Change menu on tutorials library * Revert "chore: Change menu on tutorials library" This reverts commit 393b625. * fix: add left padding on product pages * Reapply "chore: Change menu on tutorials library" This reverts commit 46a6c5d. * fix: Padding on mobile for sidebars * add mobile menu to profile page * add product panel to products pages main menu * fix: Sticky auth controls on sidebar-sidecar layout * fix padding * fix: Restore resources in product sidebars * fix padding and margin * fix desktop padding * chore(SidebarNavList): Use NativeDivElement type for props Co-authored-by: Heat Hamilton <[email protected]> * fix: Mobile menu cutoff * fix: Only apply that height change on mobile * chore: Use inline JSX.IntrinsicElements['div'] type over explicit className type --------- Co-authored-by: Leah Bush <[email protected]> Co-authored-by: Heat Hamilton <[email protected]>
- Loading branch information
1 parent
540f84d
commit 05ff87c
Showing
14 changed files
with
141 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,7 @@ | |
} | ||
} | ||
} | ||
|
||
.homepageDropdownPane { | ||
left: -216px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters