From b4ae1da886847a416dfbd76bf3b209305e7392a2 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Tue, 9 Jul 2024 12:05:15 +0300 Subject: [PATCH] styling fixes --- .../annotation-dialog.component.html | 12 +++++++----- .../annotation-dialog.component.scss | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html index 2e04cab5a..e2bfb9d3b 100644 --- a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html +++ b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.html @@ -1,9 +1,9 @@
-

{{'ANNOTATION-DIALOG.TITLE' | translate}}

+

{{'ANNOTATION-DIALOG.TITLE' | translate}}

-
+
@@ -81,7 +81,7 @@
{{getParentAnnotation(thread).author.name}}
{{getParentAnnotation(thread).timeStamp | dateTimeFormatter: "d MMMM, y 'at' h:mm a"}}
-
+
diff --git a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss index 9ce76f138..c54f717de 100644 --- a/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss +++ b/frontend/src/app/ui/annotations/annotation-dialog-component/annotation-dialog.component.scss @@ -8,7 +8,7 @@ $mat-card-header-size: 40px !default; padding: 0 1.5rem; .title { - font-size: 18px; + font-size: 18px; font-weight: 400; } }