diff --git a/computer-use-demo/image/static_content/index.html b/computer-use-demo/image/static_content/index.html index cfd2ae13..51b0f34a 100644 --- a/computer-use-demo/image/static_content/index.html +++ b/computer-use-demo/image/static_content/index.html @@ -13,16 +13,30 @@ display: flex; height: 100vh; width: 100vw; + position: relative; } .left { flex: 1; border: none; height: 100vh; + transition: flex 0.3s ease; } .right { flex: 2; border: none; height: 100vh; + transition: flex 0.3s ease; + } + .button-container { + position: absolute; + top: 10px; + right: 10px; + z-index: 1000; + display: flex; + flex-direction: column; + } + .button-container button { + margin-bottom: 5px; } @@ -39,13 +53,33 @@ class="right" allow="fullscreen" > - +
+ + +