-
- {#if viewlet}
-
- {:else}
-
- {/if}
-
+ {#if viewlet}
+
+ {:else}
+
+ {/if}
diff --git a/plugins/gmail-resources/src/components/Chats.svelte b/plugins/gmail-resources/src/components/Chats.svelte
index 381ac9efb8..bf39ee0c12 100644
--- a/plugins/gmail-resources/src/components/Chats.svelte
+++ b/plugins/gmail-resources/src/components/Chats.svelte
@@ -121,7 +121,7 @@
{:else if enabled}
-
Gmail
{formatName(object.name)}
diff --git a/plugins/recruit-assets/assets/icons.svg b/plugins/recruit-assets/assets/icons.svg
index dd8377436c..d40bf37da1 100644
--- a/plugins/recruit-assets/assets/icons.svg
+++ b/plugins/recruit-assets/assets/icons.svg
@@ -32,6 +32,6 @@
-
+
diff --git a/plugins/recruit-resources/src/components/EditVacancy.svelte b/plugins/recruit-resources/src/components/EditVacancy.svelte
index 77c10d6cb6..0f9056b5fa 100644
--- a/plugins/recruit-resources/src/components/EditVacancy.svelte
+++ b/plugins/recruit-resources/src/components/EditVacancy.svelte
@@ -126,8 +126,6 @@
.tool {
margin-left: .75rem;
- transform-origin: center center;
- transform: scale(.75);
color: var(--theme-content-accent-color);
cursor: pointer;
&:hover { color: var(--theme-caption-color); }
diff --git a/plugins/recruit-resources/src/components/ImageButton.svelte b/plugins/recruit-resources/src/components/ImageButton.svelte
index a802af21cf..200f89e27e 100644
--- a/plugins/recruit-resources/src/components/ImageButton.svelte
+++ b/plugins/recruit-resources/src/components/ImageButton.svelte
@@ -24,13 +24,7 @@
-
- {#if typeof (icon) === 'string'}
-
- {:else}
-
- {/if}
-
+
@@ -44,11 +38,6 @@
backdrop-filter: blur(3px);
cursor: pointer;
- .icon {
- transform-origin: center center;
- transform: scale(.75);
- }
-
span {
margin-left: 0.376rem;
font-weight: 500;
diff --git a/plugins/task-resources/src/components/state/StatusesPopup.svelte b/plugins/task-resources/src/components/state/StatusesPopup.svelte
index d10213a9f0..718082e6aa 100644
--- a/plugins/task-resources/src/components/state/StatusesPopup.svelte
+++ b/plugins/task-resources/src/components/state/StatusesPopup.svelte
@@ -25,8 +25,8 @@