Should fully work now
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Kreatyw - API Documentation</title>
|
||||
<link rel="stylesheet" href="/ui/style.css" />
|
||||
<link rel="stylesheet" href="/ui/style.css?v=2" />
|
||||
<link rel="icon" type="image/x-icon" href="/ui/favicon.ico" />
|
||||
<style>
|
||||
body {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Kreatyw</title>
|
||||
<link rel="stylesheet" href="/ui/style.css" />
|
||||
<link rel="stylesheet" href="/ui/style.css?v=2" />
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="/ui/favicon.ico" />
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
// Add Tab Icon (Better SVG for Tab Key)
|
||||
const iconSpan = document.createElement("span");
|
||||
iconSpan.style.pointerEvents = "none"; // Ensure clicks pass through to suggestionSpan
|
||||
iconSpan.innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="tab-icon"><path d="M21 9V15"/><path d="M3 12H17"/><path d="m14 9 3 3-3 3"/></svg>`;
|
||||
iconSpan.innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="tab-icon"><path d="M21 9V15"/><path d="M3 12H17"/><path d="m14 9 3 3-3 3"/></svg>`;
|
||||
suggestionSpan.appendChild(iconSpan);
|
||||
|
||||
suggestionOverlay.appendChild(suggestionSpan);
|
||||
|
||||
Reference in New Issue
Block a user