From 9f87886a9bd6dfc6ec92aabbc2f27d6acd351106 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 6 Jul 2021 19:34:00 +0200 Subject: [PATCH] ui tweaks --- .../src/components/profilesSettingsTab.component.scss | 8 ++++++++ .../src/components/profilesSettingsTab.component.ts | 1 + tabby-local/src/icons/powershell-core.svg | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 tabby-local/src/components/profilesSettingsTab.component.scss diff --git a/tabby-local/src/components/profilesSettingsTab.component.scss b/tabby-local/src/components/profilesSettingsTab.component.scss new file mode 100644 index 00000000..ec1f9eaa --- /dev/null +++ b/tabby-local/src/components/profilesSettingsTab.component.scss @@ -0,0 +1,8 @@ +.icon { + width: 1.25rem; + margin-right: 0.25rem; +} + +.icon + * { + margin-left: 10px; +} diff --git a/tabby-local/src/components/profilesSettingsTab.component.ts b/tabby-local/src/components/profilesSettingsTab.component.ts index ad5bb942..57886b06 100644 --- a/tabby-local/src/components/profilesSettingsTab.component.ts +++ b/tabby-local/src/components/profilesSettingsTab.component.ts @@ -16,6 +16,7 @@ interface ProfileGroup { /** @hidden */ @Component({ template: require('./profilesSettingsTab.component.pug'), + styles: [require('./profilesSettingsTab.component.scss')], }) export class ProfilesSettingsTabComponent extends BaseComponent { profiles: Profile[] = [] diff --git a/tabby-local/src/icons/powershell-core.svg b/tabby-local/src/icons/powershell-core.svg index 6cb4badc..a25a0f65 100644 --- a/tabby-local/src/icons/powershell-core.svg +++ b/tabby-local/src/icons/powershell-core.svg @@ -1 +1 @@ - \ No newline at end of file +