fix(publishing): fix css

pull/884/head
defclass 2020-12-03 12:30:16 +08:00 committed by Tienson Qin
parent 437b31b3fc
commit 6e4561fe77
2 changed files with 1 additions and 3 deletions

View File

@ -25,7 +25,6 @@
[(= "true" ?publish)]])
db/react))))
(defn delete-page-from-logseq
[project permalink]
(let [url (util/format "%s%s/%s" config/api project permalink)]
@ -58,7 +57,6 @@
(let [page (first page)
{:keys [title permalink]} (:page/properties page)
page-name (:page/name page)]
(prn page)
[:tr {:key permalink}
[:td [:a {:on-click (fn [e]
(util/stop e))

View File

@ -118,7 +118,7 @@
[:div.cp__sidebar-main-content
{:data-is-global-graph-pages global-graph-pages?
:data-is-full-width (or global-graph-pages?
(contains? #{:all-files :all-pages} route-name))}
(contains? #{:all-files :all-pages :my-publishing} route-name))}
(cond
(not indexeddb-support?)
nil