Преглед изворни кода

enhance(ui): add more tabler extension icons

charlie пре 1 година
родитељ
комит
fdf7a2cf50

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
resources/js/tabler.ext.js


+ 2 - 2
src/main/frontend/commands.cljs

@@ -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"]

+ 4 - 0
src/main/frontend/components/editor.css

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

Неке датотеке нису приказане због велике количине промена