Fixed clip-path sub-pixel bug

This commit is contained in:
Dan
2019-11-15 22:57:58 +00:00
parent 06bba92f0e
commit 1ee1b8a944

View File

@@ -22,7 +22,7 @@
} }
.radar_container { .radar_container {
width: 668px; width: 670px;
height: 200px; height: 200px;
/* Temp centre */ /* Temp centre */
@@ -34,7 +34,7 @@
left: 0; left: 0;
display: grid; display: grid;
grid-template-columns: 16px 635px 16px; grid-template-columns: 17px 635px 17px;
} }
.panel_side { .panel_side {