Tighten study card and phase layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user