mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Move dropdown icon to static folder
This actually makes it render in the documentation
This commit is contained in:
parent
d1039e209e
commit
db5a22d791
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
2
docs/_static/style.css
vendored
2
docs/_static/style.css
vendored
@ -319,7 +319,7 @@ header > nav > a:hover {
|
|||||||
border-bottom: 1px solid var(--search-border);
|
border-bottom: 1px solid var(--search-border);
|
||||||
|
|
||||||
appearance: none;
|
appearance: none;
|
||||||
background-image: url('/_images/drop_down_icon.svg');
|
background-image: url('drop_down_icon.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position-x: 100%;
|
background-position-x: 100%;
|
||||||
background-position-y: 50%;
|
background-position-y: 50%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user