You've already forked HeurAMS-Classic
style: 移除设计不当的部分模块
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user