enhance(ui): add more tabler extension icons

feat/asset-sync
charlie 2024-07-09 15:20:51 +08:00
parent 54f9f9dc96
commit fdf7a2cf50
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -280,11 +280,11 @@
"Create a backlink to a page"
:icon/pageRef
"BASIC"]
["Page embed" (embed-page) "Embed a page here" :icon/xEmbed]
["Page embed" (embed-page) "Embed a page here" :icon/pageEmbed]
["Block reference" [[:editor/input block-ref/left-and-right-parens {:backward-pos 2}]
[:editor/search-block :reference]]
"Create a backlink to a block" :icon/blockRef]
["Block embed" (embed-block) "Embed a block here" :icon/xEmbed]]
["Block embed" (embed-block) "Embed a block here" :icon/blockEmbed]]
;; format
[["Link" (link-steps) "Create a HTTP link" :icon/link "FORMAT"]

View File

@ -117,6 +117,10 @@ pre {
.cp__commands-slash {
.ui__icon {
@apply opacity-80;
&.ls-icon-queryCode {
@apply relative left-[1px];
}
}
.menu-link {