From 8d5e36790069d5c6b3de5225611fea21758b5843 Mon Sep 17 00:00:00 2001 From: Sultan khan <> Date: Sun, 30 Oct 2022 11:24:19 +0300 Subject: [PATCH] chart and css fix --- .../stats-button/stats-button.component.scss | 3 +++ .../performance-evaluation.component.html | 2 +- .../performance-evaluation.component.scss | 24 ++++++++++--------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss index 3e2acef8..e4b3a074 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss @@ -7,6 +7,9 @@ max-width: 105px; height: 160px; padding: 10px; + @media screen and (min-width: 200px) and (max-width:300px) { + width: 80px; + } } .iconBox { diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html index d487b22e..a598bbee 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html @@ -10,7 +10,7 @@

{{ts.trPK('userProfile','performance-evaluation')}}

-
+