This commit is contained in:
CortexCore
2025-04-14 15:39:28 +08:00
parent c1273357de
commit d8b8ddb8b6
23 changed files with 447 additions and 116 deletions

View File

@@ -7,6 +7,14 @@ ScrollView {
--unity-metrics-single_line-height: 500px;
}
ScrollView Scroller.unity-scroller{
width: 8;
}
ScrollView Scroller.unity-scroller * {
width: 8;
}
TabBar Button:disabled {
opacity: 1;
}