Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -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>
|
|
|
|
| 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: 1000px; 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>
|