publish style tweaks

This commit is contained in:
Tienson Qin
2026-05-20 18:16:59 +08:00
parent bb04428527
commit f791ecc45b
2 changed files with 3 additions and 3 deletions

View File

@@ -471,14 +471,14 @@ a:hover {
.block-children .block {
position: relative;
padding-left: 24px;
padding-left: 16px;
}
.block-children .block::before {
content: "";
position: absolute;
left: 0;
top: 13px;
top: 11px;
width: 5px;
height: 5px;
border-radius: 999px;

View File

@@ -11,7 +11,7 @@
[logseq.publish.model :as publish-model]))
;; Timestamp in milliseconds used for cache busting static assets.
(defonce version 1779270413742)
(defonce version 1779272152856)
(def ref-regex
(js/RegExp. "\\[\\[([0-9a-fA-F-]{36})\\]\\]|\\(\\(([0-9a-fA-F-]{36})\\)\\)" "g"))