Merge branch 'master' into feat/capacitor-new

This commit is contained in:
Tienson Qin
2025-06-22 21:39:37 +08:00
158 changed files with 2913 additions and 1763 deletions

View File

@@ -378,7 +378,7 @@
@apply rounded transition-[background];
.bracket {
@apply opacity-30;
@apply opacity-30 inline-flex;
}
&:hover {
@@ -547,6 +547,10 @@
}
}
.ls-table .ls-block {
container-type: initial;
}
#main-content-container, #right-sidebar {
container-type: inline-size;
}