mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
0ded98804e
commit
8a85e91e35
@ -74,7 +74,7 @@ body {
|
|||||||
--story-height:var(--float-height); --iframe-height:420px;
|
--story-height:var(--float-height); --iframe-height:420px;
|
||||||
--plug-height:var(--float-height); --plug-width:var(--float-width);
|
--plug-height:var(--float-height); --plug-width:var(--float-width);
|
||||||
--desktop-height:684px; --desktop-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;
|
--action-button:10; --table-button:5; --card-button:5;
|
||||||
--order-show-limit:30; --order-show-delay:150;
|
--order-show-limit:30; --order-show-delay:150;
|
||||||
--river-margin:80px; --action-margin:200px;
|
--river-margin:80px; --action-margin:200px;
|
||||||
@ -510,7 +510,7 @@ div.input.float { z-index:10; }
|
|||||||
div.carte.float { z-index:11; }
|
div.carte.float { z-index:11; }
|
||||||
body>div.toast.float { z-index:12; }
|
body>div.toast.float { z-index:12; }
|
||||||
fieldset.Action>div.toast { 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 */
|
/* box-shadow */
|
||||||
div.float { box-shadow:var(--plugin-box-shadow); border:var(--plugin-border); }
|
div.float { box-shadow:var(--plugin-box-shadow); border:var(--plugin-border); }
|
||||||
div.float:hover { box-shadow:var(--notice-box-shadow); }
|
div.float:hover { box-shadow:var(--notice-box-shadow); }
|
||||||
|
@ -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)
|
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
|
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) {
|
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)
|
can.core.Value(item, key, value)
|
||||||
delete(item[key])
|
delete(item[key])
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user