From 2eea75f52f265c0381cc7059902a634103e2275f Mon Sep 17 00:00:00 2001 From: shy Date: Fri, 1 Sep 2023 16:52:26 +0800 Subject: [PATCH] add some --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 2724f3f5..fcb2f22c 100644 --- a/index.css +++ b/index.css @@ -204,7 +204,7 @@ fieldset.float:not(.plug)>form.option>div.text>span { display:none; } fieldset.float:not(.plug)>form.option>div.text>span.value { white-space:pre; padding:7px; height:32px; max-width:200px; display:block; overflow:auto; } fieldset.float div.text:hover>span.icon.delete { visibility:hidden; } body.mobile:not(.landscape) fieldset.float>form.option>div.text>span.value { display:none; } -body.windows form.option>div.icon { font-size:21px; } +body.windows form.option>div.icon { font-size:21px; line-height:32px; } /* svg */ fieldset.web.wiki.draw div.output svg { min-width:100%; min-height:100%; } svg text { font-size:24px; font-family:monospace; stroke:var(--body-fg-color); fill:var(--body-fg-color); cursor:pointer; }