diff --git a/src/app/app.component.html b/src/app/app.component.html
index 2731134..9ba866d 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -349,7 +349,6 @@
matTooltipPosition="below"
(click)="redo()"
[disabled]="!canRedo()"
- style="margin-right: 16px"
>
redo
@@ -366,7 +365,7 @@
[color]="isEditingImages ? 'accent' : 'primary'"
[matTooltip]="isEditingImages ? '' : 'Toggle image management mode'"
matTooltipPosition="below"
- style="margin-right: 24px"
+ style="margin-right: 24px;margin-left: 24px"
(click)="toggleImageEditing(uploader)"
>
image
diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index 34b68f8..837dc1e 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -160,7 +160,7 @@ textarea {
}
>.add-image-button {
position: absolute;
- margin-left:8px;
+ margin-left:24px;
top:0;
opacity: 0;
transition: top 0.2s, opacity 0.2s;