Add stylesheet to restore <9.4.2 behavior
This commit is contained in:
parent
2ebfd61780
commit
1681517ba5
2 changed files with 7 additions and 2 deletions
3
docs/stylesheets/extra.css
Normal file
3
docs/stylesheets/extra.css
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.md-nav__item--active{
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
|
@ -5,7 +5,7 @@ theme:
|
||||||
features:
|
features:
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- toc.follow
|
- toc.follow
|
||||||
#- toc.integrate
|
- toc.integrate
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.instant.progress
|
- navigation.instant.progress
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
@ -59,4 +59,6 @@ nav:
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://discord.gg/RWNQxAWad2
|
link: https://discord.gg/RWNQxAWad2
|
||||||
|
extra_css:
|
||||||
|
- stylesheets/extra.css
|
Loading…
Reference in a new issue