Spaces:
Running
Running
🐳 12/03 - 07:11 - design is broken again
Browse files- editor.html +1 -1
editor.html
CHANGED
|
@@ -168,7 +168,7 @@
|
|
| 168 |
</button>
|
| 169 |
<div class="border-t border-gray-100 my-1">
|
| 170 |
<div class="px-3 py-1.5 text-xs font-semibold text-gray-500 uppercase tracking-wider mt-1">Advanced</div>
|
| 171 |
-
</
|
| 172 |
<button onclick="editor.setLayout('custom-html')" class="w-full px-4 py-2 text-sm text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 flex items-center gap-3 transition-colors" data-layout="custom-html">
|
| 173 |
<i data-lucide="code-2" class="w-4 h-4"></i>
|
| 174 |
Custom HTML
|
|
|
|
| 168 |
</button>
|
| 169 |
<div class="border-t border-gray-100 my-1">
|
| 170 |
<div class="px-3 py-1.5 text-xs font-semibold text-gray-500 uppercase tracking-wider mt-1">Advanced</div>
|
| 171 |
+
</div>
|
| 172 |
<button onclick="editor.setLayout('custom-html')" class="w-full px-4 py-2 text-sm text-gray-700 hover:bg-indigo-50 hover:text-indigo-600 flex items-center gap-3 transition-colors" data-layout="custom-html">
|
| 173 |
<i data-lucide="code-2" class="w-4 h-4"></i>
|
| 174 |
Custom HTML
|