mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
publish style tweaks
This commit is contained in:
4
deps/publish/src/logseq/publish/publish.css
vendored
4
deps/publish/src/logseq/publish/publish.css
vendored
@@ -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;
|
||||
|
||||
2
deps/publish/src/logseq/publish/render.cljs
vendored
2
deps/publish/src/logseq/publish/render.cljs
vendored
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user