From 389b46247f6d0c08fc86eccc4496d7f6601dc064 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 10 Dec 2018 17:35:01 +0100
Subject: [PATCH] Attempt to better adjust expert switch padding (TODO:
 dynamic)

---
 public/stylesheets/variant.sass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass
index c98807f3..eb74cc06 100644
--- a/public/stylesheets/variant.sass
+++ b/public/stylesheets/variant.sass
@@ -74,8 +74,7 @@ figure.diagram-container > .diagram
   background-color: red
 
 .expert-switch
-  padding: 0 10px 5px 10px
-  margin: 0
+  padding: 3px 7px
 
 .expert-mode, button.expert-mode:hover
   background-color: #ffcc99
-- 
2.44.0