diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index 3f707ccdf..06acf7c07 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -175,6 +175,7 @@ import { download, envelope, envelopeAt, + envelopeAtFill, exclamationCircleFill, exclamationTriangle, exclamationTriangleFill, @@ -281,6 +282,7 @@ const icons = { download, envelope, envelopeAt, + envelopeAtFill, exclamationCircleFill, exclamationTriangle, exclamationTriangleFill, diff --git a/src-ui/src/app/components/manage/mail/mail.component.html b/src-ui/src/app/components/manage/mail/mail.component.html index 798aa8718..cfc53acc3 100644 --- a/src-ui/src/app/components/manage/mail/mail.component.html +++ b/src-ui/src/app/components/manage/mail/mail.component.html @@ -40,10 +40,10 @@
diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index ef856fbc7..6c09a787e 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -694,3 +694,8 @@ canvas.hiddenCanvasElement { height: 0; width: 0; } + +// bs icons +i-bs svg { + vertical-align: text-bottom; +}