mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 12:23:03 +01:00
tweak test runner UI
This commit is contained in:
parent
584b295463
commit
a8bf91f629
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ body {
|
|||
background-color: #233930;
|
||||
}
|
||||
|
||||
#test-list {
|
||||
width: 100%;
|
||||
height: ~"calc(40% - 22px)";
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
#sandbox iframe {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue