diff --git a/app/renderer/css/preference.css b/app/renderer/css/preference.css index 4e5b67660..869f0ddfe 100644 --- a/app/renderer/css/preference.css +++ b/app/renderer/css/preference.css @@ -399,8 +399,17 @@ i.open-tab-button { cursor: pointer; } -.css-delete-action { - margin-bottom: 10px; +#css-delete-action { + display: flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + + /* + .action class will add extra margin to right which + we don't want for a button; the extra margin is intended for radio buttons + */ + margin-right: 0px; } .selected-css-path, diff --git a/app/renderer/js/pages/preference/general-section.ts b/app/renderer/js/pages/preference/general-section.ts index 589225865..fb0d8ab32 100644 --- a/app/renderer/js/pages/preference/general-section.ts +++ b/app/renderer/js/pages/preference/general-section.ts @@ -104,7 +104,6 @@ class GeneralSection extends BaseSection {
- "S
${ConfigUtil.getConfigItem('customCSS')}