diff --git a/devops/Chart.yaml b/devops/Chart.yaml index a3d9313f..dd3a9a9e 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.3.7 +appVersion: 0.3.9 diff --git a/src/front/Components/DesignSystem/QuantityProgressBar/ProgressBar/classes.module.scss b/src/front/Components/DesignSystem/QuantityProgressBar/ProgressBar/classes.module.scss index 4f87cd33..e1328f3c 100644 --- a/src/front/Components/DesignSystem/QuantityProgressBar/ProgressBar/classes.module.scss +++ b/src/front/Components/DesignSystem/QuantityProgressBar/ProgressBar/classes.module.scss @@ -16,11 +16,12 @@ height: 100%; transition: width 300ms; background-color: $turquoise-flash; - .percentage{ + + .percentage { width: 0; position: absolute; top: 16px; left: 50%; transform: translate(-50%); } -} +} \ No newline at end of file diff --git a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss index 789dad17..0ce3acda 100644 --- a/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss +++ b/src/front/Components/LayoutTemplates/DefaultNotaryDashboard/classes.module.scss @@ -14,6 +14,7 @@ min-width: 389px; transition: all 0.3s $custom-easing; overflow: hidden; + @media (max-width: ($screen-m - 1px)) { width: 83px; min-width: 83px; @@ -25,7 +26,7 @@ min-width: 389px; } } - + } .closable-left-side {