fix: 优化 CSS 结构

This commit is contained in:
2026-04-21 00:15:57 +08:00
parent e943b1b7d7
commit c0483b87f8
13 changed files with 128 additions and 122 deletions

View File

@@ -3,7 +3,7 @@
}
#header {
height: 4;
height: 3;
}
.repo-list-item {

View File

@@ -0,0 +1,27 @@
.foot {
align-vertical: bottom;
}
Switch {
dock: right;
}
Label {
width: auto
}
Select {
width: 55%;
dock: right;
}
Input {
width: 55%;
dock: right;
}
Horizontal {
width: 100%;
height: 4;
padding: 0 0 1 0;
}