Spaces:
No application file
No application file
Update browser_automation_ui.html
Browse files
browser_automation_ui.html
CHANGED
|
@@ -41,7 +41,7 @@
|
|
| 41 |
.session-item{display:flex;align-items:center;justify-content:space-between;padding:4px 6px;border-bottom:1px solid #e2e8f0;font-family:"Source Code Pro",monospace;font-size:12px}
|
| 42 |
.session-id{cursor:pointer;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
| 43 |
.session-item.active{background:#dbeafe}
|
| 44 |
-
.session-close{background:none;border:none;color:#ef4444;cursor:pointer;font-size:
|
| 45 |
/* βββ Inspect overlay βββββββββββββββββββββββββββββββββββββββββββββ */
|
| 46 |
#inspectOverlay{position:fixed;right:0;top:0;width:300px;height:100%;background:rgba(15,23,42,0.95);color:#f8fafc;z-index:940;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;padding:10px;font-size:12px}
|
| 47 |
#inspectOverlay.open{transform:translateX(0)}
|
|
|
|
| 41 |
.session-item{display:flex;align-items:center;justify-content:space-between;padding:4px 6px;border-bottom:1px solid #e2e8f0;font-family:"Source Code Pro",monospace;font-size:12px}
|
| 42 |
.session-id{cursor:pointer;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
| 43 |
.session-item.active{background:#dbeafe}
|
| 44 |
+
.session-close{background:none;border:none;color:#ef4444;cursor:pointer;font-size:20px;width:24px;height:24px;display:flex;align-items:right;justify-content:right}
|
| 45 |
/* βββ Inspect overlay βββββββββββββββββββββββββββββββββββββββββββββ */
|
| 46 |
#inspectOverlay{position:fixed;right:0;top:0;width:300px;height:100%;background:rgba(15,23,42,0.95);color:#f8fafc;z-index:940;transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;padding:10px;font-size:12px}
|
| 47 |
#inspectOverlay.open{transform:translateX(0)}
|