From 8eb3ce5a5dddd5c153359ffedc79c472c5f4ec05 Mon Sep 17 00:00:00 2001 From: Hereward Date: Sun, 18 Nov 2018 13:58:23 +0000 Subject: [PATCH] Bug: align icons relative to toggle track. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 9e06dcd..962b7cf 100644 --- a/style.css +++ b/style.css @@ -43,6 +43,7 @@ padding: 0; border-radius: 30px; background-color: #4D4D4D; + position: relative; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease;