Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -264,7 +264,7 @@
|
|
| 264 |
<div class="desktop-bg"></div>
|
| 265 |
|
| 266 |
<!-- Desktop Icons -->
|
| 267 |
-
<div class="absolute top-4 left-4 flex flex-col gap-
|
| 268 |
<div class="desktop-icon flex flex-col items-center p-3 rounded-lg w-24" onclick="openWindow('terminal')">
|
| 269 |
<div class="w-12 h-12 bg-gray-900 rounded-lg flex items-center justify-center mb-2 border border-cyan-500/30 shadow-lg shadow-cyan-500/20">
|
| 270 |
<i data-lucide="terminal" class="w-6 h-6 text-cyan-400"></i>
|
|
|
|
| 264 |
<div class="desktop-bg"></div>
|
| 265 |
|
| 266 |
<!-- Desktop Icons -->
|
| 267 |
+
<div class="absolute top-4 left-4 flex flex-col flex-wrap content-start gap-4 z-0 h-[calc(100vh-80px)]" id="desktop-icons">
|
| 268 |
<div class="desktop-icon flex flex-col items-center p-3 rounded-lg w-24" onclick="openWindow('terminal')">
|
| 269 |
<div class="w-12 h-12 bg-gray-900 rounded-lg flex items-center justify-center mb-2 border border-cyan-500/30 shadow-lg shadow-cyan-500/20">
|
| 270 |
<i data-lucide="terminal" class="w-6 h-6 text-cyan-400"></i>
|