Skip to content

Commit 6c2f83c

Browse files
committed
fix: bullet offset
1 parent d18da8d commit 6c2f83c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/bullet_threading.scss

+7
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@
127127
}
128128
}
129129

130+
// Fix https://github.com/pengx17/logseq-plugin-bullet-threading/issues/1
131+
@media (max-width: 640px) {
132+
.ls-block[haschild=true] > div > .block-content-wrapper::before {
133+
left: -11px;
134+
}
135+
}
136+
130137
/* Disable for doc mode */
131138
.doc-mode div.items-center::before,
132139
.doc-mode div.items-center::after,

0 commit comments

Comments
 (0)