1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-09 23:39:50 +00:00

Fix margins in 600px view of settings and label

This commit is contained in:
Rapptz 2020-06-27 06:30:38 -04:00
parent f1e9017df1
commit f4d53d79df

@ -231,6 +231,7 @@ header > nav > a {
.sub-header > label {
display: none;
margin-right: 1em;
}
.sub-header > select {
@ -240,10 +241,8 @@ header > nav > a {
.sub-header > .settings {
color: var(--settings);
display: none;
}
.sub-header > .settings {
color: var(--settings);
margin-left: 1em;
margin-right: 0.5em;
}
.sub-header > .settings:hover {