Skip to content

Releases: shuding/nextra

[email protected]

18 Feb 05:51
dca748f
Compare
Choose a tag to compare

Patch Changes

  • fc4035c: add code block icon for svelte language
  • fc4035c: increase z-index for banner to 30 to fix hidden banner when mobile nav is open

[email protected]

18 Feb 05:51
dca748f
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Feb 05:51
dca748f
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Feb 17:53
0ccb459
Compare
Choose a tag to compare

[email protected]

16 Feb 17:53
0ccb459
Compare
Choose a tag to compare

Patch Changes

[email protected]

16 Feb 17:53
0ccb459
Compare
Choose a tag to compare

[email protected]

14 Feb 19:12
421fb6a
Compare
Choose a tag to compare

[email protected]

14 Feb 19:12
421fb6a
Compare
Choose a tag to compare

Patch Changes

  • 8805d3f: - add overflow: hidden on <html> element instead of <body> to lock scroll when mobile nav is open
    • increase z-index for mobile nav from 10 to 20, in navbar from 20 to 30
    • fix navbar alignement on mobile when Navbar.align prop is set to left
    • [email protected]

[email protected]

14 Feb 19:12
421fb6a
Compare
Choose a tag to compare

[email protected]

13 Feb 20:54
9b5361d
Compare
Choose a tag to compare

Patch Changes

  • 5c22495: - add Navbar.align prop to align navigation links to the specified side. (default 'right')
    • fix hidden nav links when specified with type: 'page', href: '...' in _meta files