This commit is contained in:
CortexCore
2025-04-17 19:21:44 +08:00
parent d8b8ddb8b6
commit 2d8978e694
7 changed files with 117 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ ScrollView {
--unity-metrics-single_line-height: 500px;
}
ScrollView Scroller.unity-scroller{
ScrollView Scroller.unity-scroller {
width: 8;
}
@@ -653,3 +653,8 @@ OnScreenButton.selected {
transform-origin: left top;
scale: 0.8 0.8;
}
.text-overflow-warp-normal .unity-text-element {
overflow: hidden;
white-space: normal;
}