Peng Xiao 3 anni fa
parent
commit
ac89a3d10c

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

@@ -244,7 +244,7 @@
       (if @*edit?
         [:span
          {:class (util/classnames [{:editing @*edit?}])
-          :style {:width "400px"}}
+          :style {:width "600px"}}
          [:input.edit-input
           {:type          "text"
            :ref           input-ref

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

@@ -42,7 +42,7 @@
 (rum/defc dashboard-card
   [page-name]
   (let [tldr (page-name->tldr page-name)]
-    [:div.rounded.text-lg.cursor-pointer.color-level.flex.flex-col.gap-1.overflow-hidden.dashboard-card
+    [:div.rounded.text-lg.cursor-pointer.flex.flex-col.gap-1.overflow-hidden.dashboard-card
      {:on-mouse-down
       (fn [e]
         (util/stop e)

+ 1 - 1
tldraw/apps/tldraw-logseq/src/lib/preview-manager.tsx

@@ -100,7 +100,7 @@ export class PreviewManager {
           mask={vBounds ? `url(#${this.pageId}-camera-mask)` : ''}
           width={commonBounds.width}
           height={commonBounds.height}
-          fill="rgba(0, 0, 0, 0.02)"
+          fill="transparent"
         />
         {vBounds && (
           <use