mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Style fix: added .page-title class to sidebar item for :page-presentation command (just like :page command)
This commit is contained in:
committed by
Tienson Qin
parent
dbdf645adb
commit
452d611214
2
.gitignore
vendored
2
.gitignore
vendored
@@ -50,3 +50,5 @@ startup.png
|
||||
|
||||
ios/App/App/capacitor.config.json
|
||||
android/app/src/main/assets/capacitor.config.json
|
||||
|
||||
*.sublime-*
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
:page-presentation
|
||||
(let [page-name (:block/name (db/entity db-id))]
|
||||
[[:a {:href (rfe/href :page {:name page-name})}
|
||||
[[:a.page-title {:href (rfe/href :page {:name page-name})}
|
||||
(db-model/get-page-original-name page-name)]
|
||||
[:div.ml-2.slide.mt-2
|
||||
(slide/slide page-name)]])
|
||||
|
||||
Reference in New Issue
Block a user