diff --git a/repo/indentation-lines/client.css b/repo/indentation-lines/client.css
index aaef3d0..f4c106e 100644
--- a/repo/indentation-lines/client.css
+++ b/repo/indentation-lines/client.css
@@ -21,7 +21,7 @@
position: absolute;
height: calc(100% - 2em);
top: 2em;
- left: -14.48px;
+ margin-inline-start: -14.48px;
}
.notion-page-content
@@ -36,7 +36,7 @@
position: absolute;
height: 100%;
top: 0;
- left: -14.48px;
+ margin-inline-start: -14.48px;
}
/* add background to block dragger */
diff --git a/repo/outliner/client.mjs b/repo/outliner/client.mjs
index 6f3899d..d856992 100644
--- a/repo/outliner/client.mjs
+++ b/repo/outliner/client.mjs
@@ -12,7 +12,8 @@ export default async function ({ web, components }, db) {
const $headingList = web.html`
`;
- let viewFocused = false;
+ let viewFocused = false,
+ $page;
await components.addPanelView({
id: '87e077cc-5402-451c-ac70-27cc4ae65546',
icon: web.html`