update 1.0.10

This commit is contained in:
2026-03-16 15:04:44 +08:00
parent 8950b56476
commit 86203f9b4f
5 changed files with 119 additions and 6 deletions

View File

@@ -651,6 +651,10 @@ video {
z-index: 50;
}
.z-\[100\] {
z-index: 100;
}
.order-1 {
order: 1;
}
@@ -688,6 +692,11 @@ video {
margin-right: auto;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -983,6 +992,10 @@ video {
scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
@@ -1585,6 +1598,11 @@ video {
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));