diff --git a/src/components/popover/tab/keypress-tab.component.scss b/src/components/popover/tab/keypress-tab.component.scss index 1637f879..1a157257 100644 --- a/src/components/popover/tab/keypress-tab.component.scss +++ b/src/components/popover/tab/keypress-tab.component.scss @@ -1,4 +1,17 @@ :host { display: flex; flex-direction: column; + .long-press-container { + display: flex; + margin-top: 3rem; + b { + margin-right: 0.6em; + } + .secondary-role { + width: 135px; + } + icon { + margin-left: 0.6em; + } + } } \ No newline at end of file diff --git a/src/components/popover/tab/keypress-tab.component.ts b/src/components/popover/tab/keypress-tab.component.ts index 1ccd7cb6..154bf246 100644 --- a/src/components/popover/tab/keypress-tab.component.ts +++ b/src/components/popover/tab/keypress-tab.component.ts @@ -8,6 +8,8 @@ import { KeystrokeModifiersAction } from '../../../../config-serializer/config-i import { KeystrokeWithModifiersAction } from '../../../../config-serializer/config-items/KeystrokeWithModifiersAction'; import { KeyActionSaver } from '../key-action-saver'; +import {IconComponent} from '../widgets/icon.component'; + @Component({ moduleId: module.id, selector: 'keypress-tab', @@ -35,9 +37,9 @@ import { KeyActionSaver } from '../key-action-saver'; -