diff --git a/manifest.json b/manifest.json index 871f792..eac1309 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,6 @@ "description": "A Cursor-inspired AI assistant for notes that offers smart autocomplete and interactive chat with your selected notes", "author": "Felix.D", "authorUrl": "https://github.com/infiolab", - "isDesktopOnly": true + "isDesktopOnly": false } diff --git a/styles.css b/styles.css index 01aa818..6c47ad5 100644 --- a/styles.css +++ b/styles.css @@ -106,7 +106,7 @@ .infio-chat-header-buttons { display: flex; - gap: var(--size-2-1); + gap: var(--size-4-2); } .infio-chat-container {