]> git.sommitrealweird.co.uk Git - cssbattle.git/commitdiff
Change default q pixel diff to 0.25 pixels main
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Thu, 21 May 2026 14:40:39 +0000 (15:40 +0100)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Thu, 21 May 2026 14:40:39 +0000 (15:40 +0100)
unit_replacement.js

index 7df05ae20271c71bee51cceab77b99c2aa0c4d56..c033c00e4a03cf9e8da82f5246c8bbbceecdcf70 100644 (file)
@@ -36,7 +36,7 @@ pixel_lengths = {
 };
 
 do_experimental_q = false;
 };
 
 do_experimental_q = false;
-pixel_diff = 0.5;
+pixel_diff = 0.25;
 
 function getShortestUnit(length,unit) {
   cur_string = `${length}${unit}`;
 
 function getShortestUnit(length,unit) {
   cur_string = `${length}${unit}`;