fixed https://github.com/logseq/db-test/issues/399
@@ -2825,7 +2825,7 @@
(or (ldb/inline-tag? (:block/raw-title block) t)
(:logseq.property.class/hide-from-node t)
(contains? hidden-internal-tags (:db/ident t))
- (and (util/mobile?) (= (:db/ident t) :logseq.class/Task))))))
+ (and (util/mobile?) (contains? #{:logseq.class/Task :logseq.class/Journal} (:db/ident t)))))))
popup-opts {:align :end
:content-props {:on-click (fn [] (shui/popup-hide!))
:class "w-60"}}
@@ -542,7 +542,7 @@
}
@container (max-width: 600px) {
- .time-spent, .positioned-properties.block-right, .view-actions, .ls-page-title .block-tags {
+ .time-spent, .positioned-properties.block-right, .view-actions {
display: none;