Skip to content

Commit

Permalink
Fixed background iPad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radogado committed May 14, 2023
1 parent 05228b0 commit db0d429
Show file tree
Hide file tree
Showing 15 changed files with 2,878 additions and 2,878 deletions.
6 changes: 3 additions & 3 deletions css/niui-core.css

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

6 changes: 3 additions & 3 deletions css/niui-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ body.n-sticky-footer {
z-index: -1;

img {
inset: 0;
height: 100vh;
width: 100%;
height: 100vh; // Mobile browser resize when hiding/showing toolbars
height: 100dvh;
position: fixed;
object-fit: cover;
object-position: center;
inset-block-end: 0; // Safari toolbars stability
inset-inline: 0;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/niui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.css.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14345
14373
2 changes: 1 addition & 1 deletion dist/niui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/niui.min.js.size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12491
12500
5,636 changes: 2,818 additions & 2,818 deletions index.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions js/niui.js

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

2 changes: 1 addition & 1 deletion js/niui.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui-wp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui-wp.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion niui-wp/niui.min.js.map

Large diffs are not rendered by default.

0 comments on commit db0d429

Please sign in to comment.