forked from x/icebergs
add some
This commit is contained in:
parent
48f2322d0c
commit
eb1e42295d
@ -468,9 +468,9 @@ func DreamProcessIframe(m *ice.Message, arg ...string) {
|
|||||||
}
|
}
|
||||||
DreamProcess(m, CHAT_IFRAME, func() string {
|
DreamProcess(m, CHAT_IFRAME, func() string {
|
||||||
if m.Option(mdb.TYPE) == MASTER {
|
if m.Option(mdb.TYPE) == MASTER {
|
||||||
return SpideOrigin(m, m.Option(mdb.NAME)) + C(m.ShortKey())
|
return SpideOrigin(m, kit.Keys(m.Option(ice.MSG_USERPOD), m.Option(mdb.NAME))) + C(m.ShortKey())
|
||||||
}
|
}
|
||||||
return S(m.Option(mdb.NAME)) + C(m.ShortKey())
|
return S(kit.Keys(m.Option(ice.MSG_USERPOD), m.Option(mdb.NAME))) + C(m.ShortKey())
|
||||||
}, arg...)
|
}, arg...)
|
||||||
}
|
}
|
||||||
func DreamProcess(m *ice.Message, cmd string, args ice.Any, arg ...string) {
|
func DreamProcess(m *ice.Message, cmd string, args ice.Any, arg ...string) {
|
||||||
|
@ -21,5 +21,5 @@ fieldset.web.matrix>div.output>table.content div.item.notice div.status div.item
|
|||||||
fieldset.web.matrix>div.output>table.content div.item.stop div.title>span { color:var(--disable-fg-color); }
|
fieldset.web.matrix>div.output>table.content div.item.stop div.title>span { color:var(--disable-fg-color); }
|
||||||
fieldset.web.matrix>div.output>table.content tr:not(:hover) div.action { visibility:hidden; }
|
fieldset.web.matrix>div.output>table.content tr:not(:hover) div.action { visibility:hidden; }
|
||||||
body:not(.mobile) fieldset.web.matrix>div.output>table.content th:first-child { position:sticky; left:2px; z-index:2; }
|
body:not(.mobile) fieldset.web.matrix>div.output>table.content th:first-child { position:sticky; left:2px; z-index:2; }
|
||||||
body:not(.mobile) fieldset.web.matrix>div.output>table.content td:first-child { background-color:var(--plugin-bg-color); position:sticky; left:2px; }
|
body:not(.mobile) fieldset.web.matrix>div.output>table.content td:first-child { background-color:var(--plugin-bg-color); position:sticky; left:2px; z-index:1; }
|
||||||
body:not(.mobile) fieldset.web.matrix>div.output>table.content tr.danger td:first-child { background-color:transparent; }
|
body:not(.mobile) fieldset.web.matrix>div.output>table.content tr.danger td:first-child { background-color:transparent; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user