From 119465db1db064a18f485a54d689fc6781df8f49 Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 8 Jun 2024 08:01:46 +0800 Subject: [PATCH] add some --- index.css | 2 +- panel/river.css | 2 +- plugin/local/code/inner.js | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index e7d22c12..78a8f1eb 100644 --- a/index.css +++ b/index.css @@ -349,7 +349,7 @@ div.toast.float div.action>div.item.notice input { border:var(--box-notice); } div.toast.float div.action>div.item.open input { border:var(--box-notice); } body>div.carte { border:0; padding:0; } body>div.carte input[name=filter] { margin:var(--input-margin); width:calc(100% - 10px); position:sticky; top:var(--input-margin); } -body>div.carte div.item:not(.hide) { white-space:pre; padding:var(--button-padding); display:flex; align-items:center; } +body>div.carte div.item:not(hide) { white-space:pre; padding:var(--button-padding); display:flex; align-items:center; } body>div.carte div.item i:first-child { margin-right:var(--button-margin); } body>div.carte div.item span.icon.next { line-height:22px; height:22px; float:right; } body>div.carte.select.float>div.item { text-align:center; } diff --git a/panel/river.css b/panel/river.css index 9ec5b681..8f191ac5 100644 --- a/panel/river.css +++ b/panel/river.css @@ -20,7 +20,7 @@ fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item { margin-righ fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item.share { display:none; } fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item.refresh { display:none; } fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item>input { display:none; } -body.tech fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item>span { display:unset; } +fieldset.River:not(.all):not(.tabs):not(.page)>div.action div.item>span { display:unset; } fieldset.River:not(.all):not(.tabs):not(.page)>div.output div.item { padding:var(--button-padding); } fieldset.River:not(.all):not(.tabs):not(.page)>div.output div.item>span { display:none; } fieldset.River:not(.all):not(.tabs):not(.page)>div.output>div.item>i:last-child { display:none; } diff --git a/plugin/local/code/inner.js b/plugin/local/code/inner.js index 930361a0..70ad5c4f 100644 --- a/plugin/local/code/inner.js +++ b/plugin/local/code/inner.js @@ -135,6 +135,7 @@ Volcanos(chat.ONIMPORT, { }) } function load(msg) { can.db.tabview[key] = msg; var name = file + msg.result = msg.result||[""] if (can.base.beginWith(file, web.HTTP)) { name = decodeURI(file.split(web.QS)[0]) var link = can.misc.ParseURL(can, name); if (link.pod) { name = link.pod } name = can.base.trimPrefix(name, location.origin)