We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facab9e commit 0f93f2aCopy full SHA for 0f93f2a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logseq-plugin-bullet-threading",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"main": "dist/index.html",
5
"scripts": {
6
"dev": "vite",
src/main.ts
@@ -99,6 +99,10 @@ async function main() {
99
.ls-block .ls-block > div > div.items-center::before {
100
right: 16px;
101
}
102
+
103
+ .bullet-container.as-order-list {
104
+ width: 22px !important;
105
+ }
106
`)
107
108
0 commit comments