mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
[matrix] Search to top, icon
* Search bar to top, magnifying glass * Remove old file * Remove empty style directive
This commit is contained in:
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user