mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Fixed clip-path sub-pixel bug
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}
|
||||
|
||||
.radar_container {
|
||||
width: 668px;
|
||||
width: 670px;
|
||||
height: 200px;
|
||||
|
||||
/* Temp centre */
|
||||
@@ -34,7 +34,7 @@
|
||||
left: 0;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 16px 635px 16px;
|
||||
grid-template-columns: 17px 635px 17px;
|
||||
}
|
||||
|
||||
.panel_side {
|
||||
|
||||
Reference in New Issue
Block a user