File tree Expand file tree Collapse file tree
apps/roam/src/components/settings/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import createBlock from "roamjs-components/writes/createBlock";
55import getFullTreeByParentUid from "roamjs-components/queries/getFullTreeByParentUid" ;
66import getFirstChildUidByBlockUid from "roamjs-components/queries/getFirstChildUidByBlockUid" ;
77import type { TreeNode } from "roamjs-components/types" ;
8- import type { RoamNodeType } from ".. /utils/zodSchema" ;
9- import { setDiscourseNodeSetting } from ".. /utils/accessors" ;
8+ import type { RoamNodeType } from "~/components/settings /utils/zodSchema" ;
9+ import { setDiscourseNodeSetting } from "~/components/settings /utils/accessors" ;
1010import type { DiscourseNodeBaseProps } from "./BlockPropSettingPanels" ;
1111
1212const DEBOUNCE_MS = 250 ;
@@ -89,23 +89,18 @@ const DualWriteBlocksPanel = ({
8989 { title }
9090 < Description description = { description } />
9191 </ Label >
92- < style > { `.roamjs -dualwrite-blocks > div > .rm-block-main {
92+ < style > { `.dg -dualwrite-blocks > div > .rm-block-main {
9393 display: none;
9494 }
95- .roamjs -dualwrite-blocks > div > .rm-block-children > .rm-multibar {
95+ .dg -dualwrite-blocks > div > .rm-block-children > .rm-multibar {
9696 display: none;
9797 }
98- .roamjs -dualwrite-blocks > div > .rm-block-children {
98+ .dg -dualwrite-blocks > div > .rm-block-children {
9999 margin-left: -4px;
100100 }` } </ style >
101101 < div
102102 ref = { containerRef }
103- style = { {
104- border : "1px solid #33333333" ,
105- padding : "8px 0" ,
106- borderRadius : 4 ,
107- } }
108- className = "roamjs-dualwrite-blocks"
103+ className = "dg-dualwrite-blocks rounded border border-gray-200 py-2"
109104 />
110105 </ >
111106 ) ;
You can’t perform that action at this time.
0 commit comments