From f4d53d79df879e7d2bf34d7ba108883266b76aca Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 27 Jun 2020 06:30:38 -0400 Subject: [PATCH] Fix margins in 600px view of settings and label --- docs/_static/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 64bd4f4df..e80b88bbb 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -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 {