diff --git a/src/renderer/modules/KeysTabs/DelayTab.tsx b/src/renderer/modules/KeysTabs/DelayTab.tsx index 4d56a9b9..54a300bd 100644 --- a/src/renderer/modules/KeysTabs/DelayTab.tsx +++ b/src/renderer/modules/KeysTabs/DelayTab.tsx @@ -36,7 +36,6 @@ const Styles = Styled.div` border-bottom-left-radius: 0; border-color: ${({ theme }) => theme.styles.form.inputBorderSolid}; } - } .formWrapper { diff --git a/src/renderer/modules/KeysTabs/SuperkeysTab.tsx b/src/renderer/modules/KeysTabs/SuperkeysTab.tsx index f81ffaf4..aaeaa9ac 100644 --- a/src/renderer/modules/KeysTabs/SuperkeysTab.tsx +++ b/src/renderer/modules/KeysTabs/SuperkeysTab.tsx @@ -30,16 +30,15 @@ h4 { } .superkeyHint { border-radius: 6px; - margin-top: -12px; - max-width: 762px; + margin-top: -8px; background-color: ${({ theme }) => theme.styles.standardView.superkeys.info.background}; position: relative; } .superkeyHint:after { content: ""; position: absolute; - top: 28px; - left: -12px; + top: -8px; + left: 10px; background-color: ${({ theme }) => theme.styles.standardView.superkeys.info.background}; width: 24px; height: 24px; @@ -189,7 +188,7 @@ const SuperkeysTab = ({ macros, keyCode, isStandardView, actions, onKeySelect, s

{i18n.editor.standardView.superkeys.callout2}

-
+
{i18n.editor.standardView.superkeys.label} @@ -210,18 +209,14 @@ const SuperkeysTab = ({ macros, keyCode, isStandardView, actions, onKeySelect, s
-
+
{superkeys[superk.indexOf(KC)] !== undefined ? ( -
- - {superkeys[superk.indexOf(KC)].name} - +
{superKeysActions.map((item, index) => ( // eslint-disable-next-line -
-
-
{item.title}
- {/*

{item.description}

*/} +
+
+
{item.title}
{translateSuperKeyAction(superkeys[superk.indexOf(KC)].actions[index])}