From 6e5a853d0f3a4eafe905ffe58efbf4827b6ff41d Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sat, 18 Nov 2023 17:40:59 +0100 Subject: [PATCH] 2.0.2-beta-1 --- manifest-beta.json | 2 +- styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 801787c..3e01cf2 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-excalidraw-plugin", "name": "Excalidraw", - "version": "1.9.29", + "version": "2.0.1-beta.1", "minAppVersion": "1.1.6", "description": "An Obsidian plugin to edit and view Excalidraw drawings", "author": "Zsolt Viczian", diff --git a/styles.css b/styles.css index ef41ea3..3043b0c 100644 --- a/styles.css +++ b/styles.css @@ -345,7 +345,7 @@ label.color-input-container > input { padding: 0; } -.excalidraw-settings input { +.excalidraw-settings input:not([type="color"]) { min-width: 10em; }