style: 移除设计不当的部分模块

This commit is contained in:
2026-04-16 13:20:12 +08:00
parent f7c072dd0b
commit 215a8648c2
22 changed files with 87 additions and 1283 deletions
-29
View File
@@ -1,5 +1,3 @@
NavigatorScreen {
align: center middle;
}
@@ -32,33 +30,6 @@ NavigatorScreen {
background: $surface;
}
/* LLM 聊天界面样式 */
LLMChatScreen {
background: $surface;
}
#chat-container {
height: 100%;
padding: 1;
}
#toolbar {
height: 3;
margin-bottom: 1;
align: center middle;
}
#toolbar Button {
margin: 0 1;
}
#chat-log {
height: 1fr;
border: solid $primary;
padding: 1;
background: $surface;
}
#dashboardtop {
height: 4
}