mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-10 07:49:48 +00:00
Fix margins in 600px view of settings and label
This commit is contained in:
parent
f1e9017df1
commit
f4d53d79df
7
docs/_static/style.css
vendored
7
docs/_static/style.css
vendored
@ -231,6 +231,7 @@ header > nav > a {
|
|||||||
|
|
||||||
.sub-header > label {
|
.sub-header > label {
|
||||||
display: none;
|
display: none;
|
||||||
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-header > select {
|
.sub-header > select {
|
||||||
@ -240,10 +241,8 @@ header > nav > a {
|
|||||||
.sub-header > .settings {
|
.sub-header > .settings {
|
||||||
color: var(--settings);
|
color: var(--settings);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
margin-left: 1em;
|
||||||
|
margin-right: 0.5em;
|
||||||
.sub-header > .settings {
|
|
||||||
color: var(--settings);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-header > .settings:hover {
|
.sub-header > .settings:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user