chore: rework ShipFit to use SVGs for better pixel-perfect rendering (#41)

This commit is contained in:
Patric Stout
2023-12-10 12:42:46 +01:00
committed by GitHub
parent e60aa71230
commit aa76928b5f
14 changed files with 315 additions and 191 deletions

View File

@@ -2,10 +2,9 @@
background-color: #111111;
color: #c5c5c5;
font-size: 15px;
padding-bottom: 60px;
padding-left: 50px;
height: 100%;
position: relative;
width: calc(var(--radius) * 2 + 2 * 50px);
width: 100%;
}
.cpuPg {