Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -362,7 +362,7 @@
|
|
| 362 |
</div>
|
| 363 |
|
| 364 |
<!-- Files Window -->
|
| 365 |
-
<div id="window-files" class="window glass-strong pointer-events-auto hidden" style="top: 15%; left: 20%; width:
|
| 366 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-files')">
|
| 367 |
<div class="flex items-center gap-2">
|
| 368 |
<i data-lucide="folder-open" class="w-4 h-4 text-yellow-400"></i>
|
|
@@ -636,7 +636,7 @@
|
|
| 636 |
</div>
|
| 637 |
|
| 638 |
<!-- Browser Window -->
|
| 639 |
-
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 20%; width:
|
| 640 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 641 |
<div class="flex items-center gap-2">
|
| 642 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|
|
@@ -730,7 +730,7 @@
|
|
| 730 |
</div>
|
| 731 |
|
| 732 |
<!-- NEW: Master Spec Window -->
|
| 733 |
-
<div id="window-spec" class="window glass-strong pointer-events-auto hidden" style="top: 5%; left: 15%; width:
|
| 734 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-spec')">
|
| 735 |
<div class="flex items-center gap-2">
|
| 736 |
<i data-lucide="book-open" class="w-4 h-4 text-red-400"></i>
|
|
|
|
| 362 |
</div>
|
| 363 |
|
| 364 |
<!-- Files Window -->
|
| 365 |
+
<div id="window-files" class="window glass-strong pointer-events-auto hidden" style="top: 15%; left: 20%; width: 750px; height: 500px; z-index: 20;">
|
| 366 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-files')">
|
| 367 |
<div class="flex items-center gap-2">
|
| 368 |
<i data-lucide="folder-open" class="w-4 h-4 text-yellow-400"></i>
|
|
|
|
| 636 |
</div>
|
| 637 |
|
| 638 |
<!-- Browser Window -->
|
| 639 |
+
<div id="window-browser" class="window glass-strong pointer-events-auto hidden" style="top: 10%; left: 20%; width: 700px; height: 800px; z-index: 50;">
|
| 640 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-browser')">
|
| 641 |
<div class="flex items-center gap-2">
|
| 642 |
<i data-lucide="globe" class="w-4 h-4 text-purple-400"></i>
|
|
|
|
| 730 |
</div>
|
| 731 |
|
| 732 |
<!-- NEW: Master Spec Window -->
|
| 733 |
+
<div id="window-spec" class="window glass-strong pointer-events-auto hidden" style="top: 5%; left: 15%; width: 900px; height: 800px; z-index: 55;">
|
| 734 |
<div class="window-header flex items-center justify-between px-4 py-2 select-none" onmousedown="startDrag(event, 'window-spec')">
|
| 735 |
<div class="flex items-center gap-2">
|
| 736 |
<i data-lucide="book-open" class="w-4 h-4 text-red-400"></i>
|