Skip to content

Commit

Permalink
sim: fix layout in chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu committed Apr 12, 2024
1 parent 638128a commit ec52214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulator/src/ui/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export class App extends LitElement {
}
canvas {
width: 100%;
height: 100%;
flex: 1;
max-width: 100%;
object-fit: contain;
image-rendering: pixelated;
image-rendering: crisp-edges;
Expand Down

0 comments on commit ec52214

Please sign in to comment.