update testing frame and ui

This commit is contained in:
Harivansh Rathi 2025-12-14 17:55:28 -05:00
parent fcb740f0c2
commit 205957c167
8 changed files with 173 additions and 101 deletions

View file

@ -62,15 +62,15 @@ OptionList > .option-list--option-highlighted {
/* Info Row */
#info-row {
width: 100%;
height: auto;
min-height: 6;
max-height: 14;
height: 40%;
min-height: 8;
max-height: 20;
margin: 0 0 1 0;
}
/* Summary Pane - Left */
#summary-pane {
width: 2fr;
width: 3fr;
height: 100%;
border: solid $primary-muted;
padding: 0;
@ -89,9 +89,9 @@ OptionList > .option-list--option-highlighted {
#summary-scroll {
width: 100%;
height: auto;
max-height: 8;
height: 1fr;
padding: 0 1;
overflow-y: auto;
}
#test-summary {
@ -101,7 +101,9 @@ OptionList > .option-list--option-highlighted {
/* Stats Pane - Right */
#stats-pane {
width: 1fr;
width: auto;
min-width: 30;
max-width: 35;
height: 100%;
border: solid $primary-muted;
padding: 0;