diff --git a/website/playground/index.html b/website/playground/index.html index 966577556..90ab3beeb 100644 --- a/website/playground/index.html +++ b/website/playground/index.html @@ -18,7 +18,7 @@ #left { display: flex; flex: 1; flex-direction: column; border-right: 1px solid #444 } #editor { flex: 1; overflow-y: auto; } #panel { height: 20%; overflow-y: auto; padding: 1em; color: #d1d5da; background-color: #24292e; border-top: 1px solid #444!important; } - #right { flex: 1; display:flex; flex-direction: column; max-width: 50vw; } + #right { flex: 1; display:flex; flex-direction: column; min-width: 0; } .controls { color: white; background: #24292e; padding: .8em 1em; border-bottom: 1px solid #444; display: flex; align-items: center; justify-content: space-between; } .controls label { font-size: 14px; } #viewer { flex: 1; overflow-y: auto; } @@ -26,6 +26,8 @@ .query-button-green { background-color: #32CD59; border-color: #15c541; } .query-button-red { background-color: #e74c3c; border-color: #c0392b; } #query-results-viewer { height: 50%; border-top: 1px solid #444; display: none; } + #divider { width: 4px; background: #444; } + #divider:hover { background: #666; cursor: col-resize; }
@@ -45,6 +47,7 @@ +