Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -644,7 +644,7 @@
|
|
| 644 |
</div>
|
| 645 |
|
| 646 |
<!-- Browser Window -->
|
| 647 |
-
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 20%; width:
|
| 648 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 649 |
<div class="flex items-center gap-2">
|
| 650 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|
|
|
|
| 644 |
</div>
|
| 645 |
|
| 646 |
<!-- Browser Window -->
|
| 647 |
+
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 20%; width: 800px; height: 800px; z-index: 50;">
|
| 648 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 649 |
<div class="flex items-center gap-2">
|
| 650 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|