File tree Expand file tree Collapse file tree 6 files changed +938
-17
lines changed
Expand file tree Collapse file tree 6 files changed +938
-17
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ 0.2.9 (13/02/2022)
5+ -------------------
6+ - Fixed desktop css inconsistencies
7+
480.2.8 (11/02/2022)
59-------------------
610- Fixed all the code related inconsistencies
Original file line number Diff line number Diff line change @@ -858,17 +858,17 @@ def state(data):
858858 <div style="margin-top: -5%;">
859859 <div id="archive-container-__iloop__" style="padding-top: 5%; position: absolute;">
860860 <div style="">
861- <span style="font-size: 10.3rem; font-family: sans-serif; color: black; padding-top: 8%; ">__total_tests__</span>
861+ <span class="total__tests ">__total_tests__</span>
862862 </div>
863863 <div id="archive-label-__iloop__">
864- <span style="font-size: 1.8rem; font-family: sans-serif; color: darkgray; ">TEST CASES</span>
864+ <span class="archive__label ">TEST CASES</span>
865865 </div>
866866 </div>
867867 <div class="archive-chart-container">
868- <canvas id="archive-chart-__iloop__" width="240px" height="240px" style="width: 60 %; height: 80 %; float: right;"></canvas>
868+ <canvas id="archive-chart-__iloop__" style="margin-top: 10%; padding-left: 25 %; margin-right: -16 %; float: right;"></canvas>
869869 </div>
870870 </div>
871- <div style="padding-top: 8.5%; ">
871+ <div class="archive__bar ">
872872 <section id="statistic" class="statistic-section-__status__ one-page-section">
873873 <div class="container" style="margin-top: -2%;">
874874 <div class="row text-center">
You can’t perform that action at this time.
0 commit comments