Skip to content

Commit

Permalink
fix(client): ui polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Veradictus committed Sep 29, 2023
1 parent 4c1e961 commit 45b67a6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/client/scss/app/impl/_intro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body.intro {

footer {
position: absolute;
bottom: 2em;
bottom: 1em;
left: 0;

width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions packages/client/scss/app/impl/_parchment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#parchment {
top: -3em;
width: 38em;
height: 18em;
height: 19em;
opacity: 0;

select {
Expand Down Expand Up @@ -36,7 +36,7 @@

box-sizing: border-box;
width: 24em;
height: 15em;
height: 16.5em;
margin: auto;
padding: 0 0.25em;

Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/utils/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default class Storage {
showLevels: true,
disableCaching: false,
webgl: false,
fpsThrottle: 1
fpsThrottle: isIos() ? 1 : 0 // default to 50fps throttle on iOS.
}
};
}
Expand Down

0 comments on commit 45b67a6

Please sign in to comment.