mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 02:42:49 +00:00
fix(mobile): properties not shown on page view
This commit is contained in:
@@ -164,12 +164,6 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
@container ls-block (max-width: 430px) {
|
||||
.block-modal-page .ls-properties-area {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.property-key {
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -304,3 +298,13 @@ body, #root {
|
||||
inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; */
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.ls-page-title .block-tags {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
@container ls-block (max-width: 430px) {
|
||||
.ls-mobile-page .ls-properties-area {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
["/page/:name"
|
||||
{:name :page
|
||||
:view (fn [route-match]
|
||||
[:div.mt-6
|
||||
[:div.ls-mobile-page.mt-6
|
||||
(page/page-cp (assoc route-match :mobile-page? true))])}]
|
||||
["/import"
|
||||
{:name :import
|
||||
|
||||
Reference in New Issue
Block a user