@@ -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
@@ -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)
@@ -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