- {{ centerText }} -
{{ bottomText }}
@@ -96,6 +96,9 @@ const chartOptions = reactive({ .radialBar { position: absolute; top: -30px; + @media (max-width: 1700px) and (min-width: 1200px) { + top: -10px; + } @media (max-width: 768px) and (min-width: 290px) { left: 50%; transform: translateX(-50%); @@ -104,7 +107,6 @@ const chartOptions = reactive({ .text { position: absolute; - top: calc(50% - 5px); width: 100%; text-align: center; } @@ -112,6 +114,9 @@ const chartOptions = reactive({ .bottom_text { position: absolute; top: calc(106px); + @media (max-width: 1300px) and (min-width: 1200px) { + top: calc(96px); + } font-weight: 600; width: 100%; text-align: center; diff --git a/app/src/version.json b/app/src/version.json index 0e50430d..8aceba1a 100644 --- a/app/src/version.json +++ b/app/src/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.25","build_id":137,"total_build":341} \ No newline at end of file +{"version":"2.0.0-beta.25","build_id":138,"total_build":342} \ No newline at end of file diff --git a/app/version.json b/app/version.json index 0e50430d..8aceba1a 100644 --- a/app/version.json +++ b/app/version.json @@ -1 +1 @@ -{"version":"2.0.0-beta.25","build_id":137,"total_build":341} \ No newline at end of file +{"version":"2.0.0-beta.25","build_id":138,"total_build":342} \ No newline at end of file