Skip to content

Commit

Permalink
front: fix simulation results width on wide screen
Browse files Browse the repository at this point in the history
Signed-off-by: Yohh <[email protected]>
  • Loading branch information
Yohh committed Dec 5, 2024
1 parent 1b93bd4 commit 7022b12
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@
height: var(--content-height);
background-color: var(--black5);
min-width: 392px;
max-width: 472px;
@media screen and (max-width: 1280px) {
max-width: 472px;
}
padding: 14px 24px 0 24px;
box-shadow: inset -1px 0 var(--black5);

Expand Down

0 comments on commit 7022b12

Please sign in to comment.