diff --git a/docs/_static/anymail-theme.css b/docs/_static/anymail-theme.css index 2c12c9a..bc23c29 100644 --- a/docs/_static/anymail-theme.css +++ b/docs/_static/anymail-theme.css @@ -43,3 +43,16 @@ table.sticky-left th:first-of-type[colspan] > p { .rst-content a:visited code.xref { color: inherit; } + + +/* Inline search forms (Anymail addition) */ +.anymail-inline-search-form { + margin-top: -1em; + margin-bottom: 1em; +} +.anymail-inline-search-form input[type=search] { + width: 280px; + max-width: 100%; + border-radius: 50px; + padding: 6px 12px; +} diff --git a/docs/help.rst b/docs/help.rst index 7291e62..8af81d9 100644 --- a/docs/help.rst +++ b/docs/help.rst @@ -70,7 +70,17 @@ Here's how to contact the Anymail community: **"How do I...?"** - If the *Search docs* box on the left doesn't find an answer, + .. raw:: html + + + + If searching the docs doesn't find an answer, ask a question in the GitHub `Anymail discussions`_ forum. **"I'm getting an error or unexpected behavior..."**