mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-15 10:05:18 +00:00
update testing frame and ui
This commit is contained in:
parent
fcb740f0c2
commit
205957c167
8 changed files with 173 additions and 101 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue