fix display image inversion with css

This commit is contained in:
Stewart Allen 2020-04-18 00:34:06 -04:00
commit e13add0949

View file

@ -284,6 +284,7 @@ input[type=range]::-moz-focus-outer {
height: 320px;
border: 1px solid #ccc;
background-color: #f5f5f5;
transform: scale(-1, 1);
}
#print-range {
width: 80%;