From 1764f9170e4f6ed083e1fe7dc8ff3eee0ff372dc Mon Sep 17 00:00:00 2001 From: duanfuxiang Date: Fri, 26 Sep 2025 21:41:45 +0800 Subject: [PATCH] update release --- manifest.json | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {