From f82fc2aaec663bc18284c205f3f5a3ac32b4709d Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Sun, 14 Aug 2022 17:17:16 +0300 Subject: [PATCH] Remove margins for styles api settings button class --- src/styles/export.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/styles/export.css b/src/styles/export.css index 977b2e44..889f7cfd 100644 --- a/src/styles/export.css +++ b/src/styles/export.css @@ -36,18 +36,11 @@ /** * Settings + * @deprecated - use tunes config instead of creating html element with controls */ .cdx-settings-button { @apply --toolbar-button; - &:not(:nth-child(3n+3)) { - margin-right: 3px; - } - - &:nth-child(n+4) { - margin-top: 3px; - } - &--active { color: var(--color-active-icon); }