Tighten study card and phase layout

This commit is contained in:
Codex
2026-05-27 14:46:08 +08:00
parent 2a858be166
commit 8212d3b819
2 changed files with 29 additions and 10 deletions

View File

@@ -1001,13 +1001,18 @@ button:disabled {
}
.phase-options {
display: grid;
grid-template-columns: repeat(4, minmax(100px, 1fr));
display: flex;
gap: 8px;
overflow-x: auto;
padding-bottom: 2px;
}
.chest-window-options {
grid-template-columns: repeat(3, minmax(110px, 1fr));
.phase-options label {
flex: 0 0 126px;
}
.chest-window-options label {
flex-basis: 132px;
}
.annotation-actions {