XHS_Downloader/static/XHS-Downloader.tcss
JoeanAmier 13707c425a perf: 更新程序交互界面
1. 更新英语翻译
2. 更新界面文本
3. 更新界面主题
2024-12-28 17:55:16 +08:00

53 lines
854 B
Plaintext

Button {
width: 1fr;
margin: 1 1;
}
.vertical-layout {
layout: vertical;
height: auto;
}
.horizontal-layout, .settings_button {
layout: horizontal;
height: auto;
}
.horizontal-layout > * {
width: 25vw;
}
Button#deal, Button#paste, Button#save, Button#enter {
color: $success;
}
Button#reset, Button#abandon, Button#close {
color: $error;
}
Label, Link {
width: 100%;
content-align-horizontal: center;
content-align-vertical: middle;
}
Link {
color: $accent;
}
Label.params {
margin: 1 0 0 0;
color: $primary;
}
Label.prompt {
padding: 1;
}
.loading {
grid-size: 1 2;
grid-gutter: 1;
width: 40vw;
height: 5;
border: double $primary;
}
#record {
grid-size: 1 3;
width: 80vw;
height: 12;
border: double $primary;
}
ModalScreen {
align: center middle;
}