Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postfix #58

Merged
merged 3 commits into from
May 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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