diff options
| author | Jens Reidel <[email protected]> | 2020-05-30 05:42:50 +0200 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-12-18 21:18:52 -0500 |
| commit | e46a85446305e2d68512e8e42c51da69ad312d88 (patch) | |
| tree | 1f5a0138b3412b49e13dda171f0a10d9a76ceabb /docs/_static | |
| parent | First pass at centering content for large displays (diff) | |
| download | discord.py-e46a85446305e2d68512e8e42c51da69ad312d88.tar.xz discord.py-e46a85446305e2d68512e8e42c51da69ad312d88.zip | |
[matrix] Search to top, icon
* Search bar to top, magnifying glass
* Remove old file
* Remove empty style directive
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index bafb9f3c..65aea916 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -271,13 +271,13 @@ aside h3 { /* search button stuff */ -.searchformwrapper > form input { +.searchformwrapper > form input, button { border: 1px solid var(--search-border); padding: 0.25em; flex-grow: 2; } -.searchformwrapper > form input[type="submit"] { +.searchformwrapper > form button[type="submit"] { border-left: none; margin-right: 0.5em; flex-grow: 8; |