From 760b02a0b771f6a79b3a2b18287e6637a8896e9f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 12 Sep 2025 21:14:06 -0700 Subject: [PATCH] Feat: Horizontal toggles, JSON schema editor --- index.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index f8a3b55..7dd411d 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ .msg-avatar{font-size:16px} .menu-card{position:fixed;z-index:60;min-width:12rem;border-radius:0.75rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.08)} .menu-item{width:100%;text-align:left;padding:.5rem .75rem;font-size:0.875rem;display:flex;align-items:center;gap:.5rem} -#htmlEditor,#extensionHtmlEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;} +#htmlEditor,#extensionHtmlEditor,#jsonSchemaEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;} :not(pre)>code{font-size:85%;padding:.2em .4em;margin:0;border-radius:6px;background-color:rgba(175,184,193,0.2)} @@ -93,14 +93,15 @@
-
-
-
-
+
+
+
+