Skip to content

Commit

Permalink
Merge pull request #58 from radogado/gh-pages
Browse files Browse the repository at this point in the history
Postfix
  • Loading branch information
radogado committed May 12, 2023
2 parents 1fe1b82 + 5011a3e commit 48cb00d
Show file tree
Hide file tree
Showing 19 changed files with 1,091 additions and 1,072 deletions.
11 changes: 7 additions & 4 deletions components/form/form.css

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

2 changes: 1 addition & 1 deletion components/form/form.css.map

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

3 changes: 3 additions & 0 deletions components/form/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -659,12 +659,15 @@ _::-webkit-full-page-media,
_:future,
:root .n-form.n-form--mast fieldset {
display: block;
grid-column: 1/3;
}

_::-webkit-full-page-media,
_:future,
:root .n-form.n-form--mast fieldset legend {
width: calc(50% - .5em);
float: inline-start;
margin: 0;
}

_::-webkit-full-page-media,
Expand Down
2 changes: 1 addition & 1 deletion css/guide.css

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

5 changes: 5 additions & 0 deletions css/niui-core.css

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

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

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

10 changes: 9 additions & 1 deletion css/niui-core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ body.n-sticky-footer {
}
}

// iPad disappearing fixed background
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.n-fixed-bg__backdrop img {
transform: translate3d(0, 0, 0);
}
}

.n-fixed {
position: fixed;

Expand Down Expand Up @@ -143,7 +150,8 @@ a[href].span-relative-parent {
--nui-shadow-size: 0px;
--nui-shadow-blur: 0;
--nui-shadow-color: var(--nui-control-color);
--nui-border-color: transparent;}
--nui-border-color: transparent;
}

@mixin dark-theme {
--nui-color: var(--nui-color-dark);
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 @@
14300
14339
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 @@
12529
12491
Loading

0 comments on commit 48cb00d

Please sign in to comment.