diff --git a/README.md b/README.md index 8aebcd8b..0943c8cc 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Follow the links below to find out more about this project. - [Documentation](https://reactive-python.github.io/reactpy-django) - [GitHub Discussions](https://github.com/reactive-python/reactpy-django/discussions) - [Discord](https://discord.gg/uNb5P4hA9X) -- [Contributor Guide](https://reactive-python.github.io/reactpy-django/latest/contribute/code/) +- [Contributor Guide](https://reactive-python.github.io/reactpy-django/latest/about/code/) - [Code of Conduct](https://github.com/reactive-python/reactpy-django/blob/main/CODE_OF_CONDUCT.md) diff --git a/docs/overrides/home-code-examples/add-interactivity-demo.html b/docs/overrides/home-code-examples/add-interactivity-demo.html index d9e99579..48ac19a7 100644 --- a/docs/overrides/home-code-examples/add-interactivity-demo.html +++ b/docs/overrides/home-code-examples/add-interactivity-demo.html @@ -134,6 +134,7 @@

Introducing Quantum Components

+

diff --git a/docs/src/assets/css/navbar.css b/docs/src/assets/css/navbar.css index 23e725e3..4f0db7fa 100644 --- a/docs/src/assets/css/navbar.css +++ b/docs/src/assets/css/navbar.css @@ -31,6 +31,11 @@ margin: 0.2rem -0.8rem; } +[dir="ltr"] .md-header__title.md-header__title--active { + margin: 0; + transition: margin 0.35s ease; +} + /* Mobile Styling */ @media screen and (max-width: 60em) { label.md-header__button.md-icon[for="__drawer"] {