diff --git a/screenshots/deployment.png b/screenshots/deployment.png index 2d357d0..d700e92 100644 Binary files a/screenshots/deployment.png and b/screenshots/deployment.png differ diff --git a/web/index.html b/web/index.html index 138bc5b..b3e0fc7 100644 --- a/web/index.html +++ b/web/index.html @@ -48,12 +48,15 @@ padding-bottom: 5px; } + .command-wrapper { + position: relative; + margin: 15px 0; + } + .command { background: rgba(0, 0, 0, 0.3); border: 1px solid var(--border); padding: 10px; - margin: 15px 0; - position: relative; overflow-x: auto; white-space: nowrap; } @@ -67,7 +70,7 @@ position: absolute; right: 10px; top: 7px; - background: transparent; + background: var(--bg); color: var(--secondary); border: 1px solid var(--border); border-radius: 3px; @@ -75,6 +78,7 @@ cursor: pointer; font-size: 12px; font-family: 'Courier New', monospace; + z-index: 10; } .copy-btn:hover { @@ -82,6 +86,15 @@ color: var(--text); } + /* Hidden textarea for copy functionality */ + .hidden-textarea { + position: absolute; + left: -9999px; + top: 0; + height: 0; + opacity: 0; + } + .options { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); @@ -138,6 +151,9 @@
+ + +____ __ ___ __ __ _ _ _ ____ @@ -151,9 +167,11 @@> deployment
-- eval "$(wget -qO- http://SERVER_IP/deployment/y)" - +++ eval "$(wget -qO- http://SERVER_IP/deployment/full)" ++@@ -164,34 +182,32 @@