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); }