Skip to content

Commit

Permalink
Responsive fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsternlicht committed Dec 31, 2023
1 parent 0f28d80 commit e132f4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restool",
"version": "2.2.16",
"version": "2.2.17",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
Expand Down
4 changes: 4 additions & 0 deletions src/components/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
position: relative;
flex: 1;
max-width: calc(100vw - 30px - var(--nav-width));

@media screen and (max-width: 800px) {
max-width: 100%;
}
}
}

0 comments on commit e132f4f

Please sign in to comment.