Skip to content

Commit 1662497

Browse files
committed
enhance(ux): display property pairs vertically on mobile
addresses https://test.logseq.com/#/page/690cb89e-997f-425a-ae04-e7709b23c827
1 parent 68548ea commit 1662497

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/main/frontend/components/property.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
}
178178

179179
.ui__button.empty-btn, .empty-text-btn {
180-
@apply !h-6 !px-0 font-normal opacity-50;
180+
@apply !h-6 !px-0 !text-base opacity-50 font-normal;
181181
}
182182

183183
.ui__button.empty-btn:hover, .empty-text-btn:hover {

src/main/mobile/components/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,3 +616,11 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
616616
@apply border-none;
617617
}
618618
}
619+
620+
.ls-properties-area .property-pair {
621+
@apply flex flex-col items-start;
622+
623+
.property-key {
624+
margin-bottom: -6px;
625+
}
626+
}

0 commit comments

Comments
 (0)