improve(plugin): support register ui on page bar

This commit is contained in:
charlie
2021-06-30 16:42:45 +08:00
parent d4c7a8a3b0
commit 7b39494aa8
4 changed files with 6668 additions and 4 deletions

View File

@@ -189,6 +189,14 @@
@apply px-2 opacity-50 hover:opacity-100 transition-opacity;
}
}
&[data-type=pagebar] {
@apply flex items-start pl-2;
> .injected-ui-item-pagebar {
@apply pr-3 opacity-30 hover:opacity-100 transition-opacity;
}
}
}
body {