diff --git a/index.css b/index.css index b4f19c12..d13a0334 100644 --- a/index.css +++ b/index.css @@ -74,7 +74,7 @@ body { --story-height:var(--float-height); --iframe-height:420px; --plug-height:var(--float-height); --plug-width:var(--float-width); --desktop-height:684px; --desktop-width:var(--float-width); - --desktop-memu-height:25px; --desktop-width:var(--float-width); + --desktop-menu-height:25px; --desktop-width:var(--float-width); --action-button:10; --table-button:5; --card-button:5; --order-show-limit:30; --order-show-delay:150; --river-margin:80px; --action-margin:200px; @@ -510,7 +510,7 @@ div.input.float { z-index:10; } div.carte.float { z-index:11; } body>div.toast.float { z-index:12; } fieldset.Action>div.toast { z-index:12; } -fieldset.web.chat.macos.desktop.cmd>div.output>fieldset.macos.dock { z-index:10; } +fieldset.desktop.cmd>div.output>fieldset.macos.dock { z-index:10; } /* box-shadow */ div.float { box-shadow:var(--plugin-box-shadow); border:var(--plugin-border); } div.float:hover { box-shadow:var(--notice-box-shadow); } diff --git a/plugin/local/wiki/word.js b/plugin/local/wiki/word.js index 82451946..57372dcb 100644 --- a/plugin/local/wiki/word.js +++ b/plugin/local/wiki/word.js @@ -65,7 +65,7 @@ Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { can.Conf(html.PADDI field: function(can, meta, target) { var item = can.base.Obj(meta.meta), padding = can.Conf(html.PADDING) if (!item.width || parseInt(item.width) > can.ConfWidth()) { item.width = can.ConfWidth()-2*padding } var width = item.width can.core.Item(item, function(key, value) { - if (can.base.beginWith(key, "meta.")) { + if (can.base.beginWith(key, "meta.") && key != ctx.INDEX) { can.core.Value(item, key, value) delete(item[key]) }