diff --git a/config/redirects.yml b/config/redirects.yml index 00ad24ec92..05bc326bb6 100644 --- a/config/redirects.yml +++ b/config/redirects.yml @@ -1,7 +1,7 @@ plugins: redirects: redirect_maps: - versioned/contributing/about.md: community/contributing.md + versioned/contributing/about.md: community/README.md versioned/eventing/experimental-features/README.md: versioned/eventing/features/README.md versioned/eventing/experimental-features/delivery-timeout.md: versioned/eventing/features/delivery-timeout.md versioned/eventing/experimental-features/delivery-retryafter.md: versioned/eventing/features/delivery-retryafter.md diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 50759088d5..8e975055e5 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -673,6 +673,57 @@ a.md-header__button.md-logo img { } } +@media (min-width: 1025px) { + .md-header__source { + color: var(--md-primary-fg-color--dark); + flex: 0 0 auto !important; + margin-left: 1rem; + } + + [data-md-toggle="search"]:checked ~ .md-header .md-header__source { + transform: none !important; + margin-left: 1rem !important; + } + + .md-search__form { + border-radius: 10px; + } + + .md-search__inner { + max-width: 19rem; + } + + .md-search__input { + background-color: white; + border: black 1px solid; + border-radius: 10px; + width: 100%; + } + + .md-header__title { + flex: 0 0 auto !important; + min-width: 11rem; + max-width: 16rem; + margin-right: 0.75rem; + } + + .md-header__ellipsis { + width: auto !important; + max-width: 100% !important; + } + + .md-search { + flex: 1 1 auto !important; + max-width: 28rem; + min-width: 18rem; + margin-left: auto; + } + + .md-header__list { + gap: 0.75rem; + } +} + .md-search-result__article { max-height: none; }