Skip to content

Commit

Permalink
fix: make REPL occupy less of screen when below wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Mar 23, 2020
1 parent 1353304 commit d4fc392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cosmic-swingset/lib/ag-solo/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

.frame {
display: none;
min-height: 20px;
min-height: 50%;
min-width: 600px;
margin: 0px;
padding: 0px;
Expand Down Expand Up @@ -87,7 +87,7 @@
#history {
overflow-y: auto;
overflow-x: hidden;
flex-basis: 200px;
flex-basis: 0;
flex-grow: 1;
}
.history {
Expand Down

0 comments on commit d4fc392

Please sign in to comment.