Skip to content

Commit

Permalink
sim: fix layout in chromium (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu authored Apr 12, 2024
1 parent 638128a commit f0669ce
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 f0669ce

Please sign in to comment.