فهرست منبع

fix(ui): task tag blink when the block hovered

charlie 1 سال پیش
والد
کامیت
cd40ff10b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/frontend/components/block.cljs

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -2397,7 +2397,7 @@
       (when (seq block-tags)
       (when (seq block-tags)
         [:div.block-tags
         [:div.block-tags
          (for [tag block-tags]
          (for [tag block-tags]
-           [:div.block-tag
+           [:div.block-tag.text-sm
             {:key (str "tag-" (:db/id tag))}
             {:key (str "tag-" (:db/id tag))}
             (page-cp (assoc config
             (page-cp (assoc config
                               :tag? true
                               :tag? true