fix(mobile): properties not shown on page view

This commit is contained in:
Tienson Qin
2025-11-30 15:59:43 +08:00
parent 682d3f6411
commit eb2429dbcd
2 changed files with 11 additions and 7 deletions

View File

@@ -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;
}
}

View File

@@ -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