Skip to content

Commit

Permalink
Fix styles for the SVG area
Browse files Browse the repository at this point in the history
  • Loading branch information
another-jtc committed Sep 8, 2021
1 parent c4b337d commit 2d26b20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body {
display: flex;
flex-direction: row;
transition: background-position 0.2s, background-color 0.2s;
overflow: hidden;
}

a,
Expand All @@ -49,8 +50,8 @@ path.clickable:active {
}

svg {
max-width: 100vw;
max-height: 100vh;
width: 100vw;
height: 100vh;
}

svg-frame {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"chroma-js": "^2.1.0",
"fetch-jsonp": "^1.1.3",
"chroma-js": "^2.1.2",
"fetch-jsonp": "^1.2.1",
"jsonp": "^0.2.1",
"sweetalert": "^2.1.2"
},
Expand Down

0 comments on commit 2d26b20

Please sign in to comment.