重构布局系统并改进界面

This commit is contained in:
2025-08-03 03:57:21 +08:00
parent 445e15646b
commit 4beb42f615
5 changed files with 123 additions and 26 deletions

View File

@@ -1,11 +1,10 @@
Screen {
align: center middle;
}
#main_container {
align: center middle;
width: 80%;
width: 95%;
height: auto;
border: thick $primary-lighten-2;
padding: 2;
@@ -52,4 +51,4 @@ Button {
margin-bottom: 0;
align-horizontal: center;
width: 40%;
}
}