Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62fdab8

Browse files
committed
feat: update
1 parent b40663a commit 62fdab8

File tree

10 files changed

+69
-67
lines changed

10 files changed

+69
-67
lines changed

demos/nginx-demo/html/ezuikit.js

Lines changed: 38 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

demos/nginx-demo/html/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

demos/nginx-demo/html/ezuikit_static/speed/speed.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
.speed-select {
22
text-align: center;
33
display: block;
4-
width: 120px;
54
background: rgb(255, 255, 255);
65
box-shadow: rgb(0 0 0 / 10%) 0px 3px 20px 0px;
76
border-radius: 2px;
87
padding: 0px;
8+
width: 100px;
99
position: absolute;
1010
bottom: 48px;
11-
left: -30px;
11+
left: 50%;
12+
transform: translateX(-50%);
1213
color: rgba(0, 0, 0, 0.85);
1314
user-select: none;
1415
}
@@ -42,7 +43,7 @@
4243
position: fixed;
4344
z-index: 2;
4445
left: 0;
45-
46+
transform: translateX(0);
4647
width: 90%;
4748
margin: auto;
4849
margin: 0px 5% 50px;

0 commit comments

Comments
 (0)