From 78d59f65df33367068dadaa4df47aadc2e60a104 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 26 Aug 2024 07:13:40 -0400 Subject: [PATCH] Fix spacing between "Set Up Syncing" and spinner --- scss/preferences/_sync.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/preferences/_sync.scss b/scss/preferences/_sync.scss index 5b41f96ea8..264b938c5a 100644 --- a/scss/preferences/_sync.scss +++ b/scss/preferences/_sync.scss @@ -37,7 +37,7 @@ { width: 20px; height: 20px; - margin-left: -1px; + margin-inline-start: 7px; background-repeat: no-repeat; background-position: center; background-size: contain;