mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 03:12:38 +00:00
enhance(ux): display property pairs vertically on mobile
addresses https://test.logseq.com/#/page/690cb89e-997f-425a-ae04-e7709b23c827
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
}
|
||||
|
||||
.ui__button.empty-btn, .empty-text-btn {
|
||||
@apply !h-6 !px-0 font-normal opacity-50;
|
||||
@apply !h-6 !px-0 !text-base opacity-50 font-normal;
|
||||
}
|
||||
|
||||
.ui__button.empty-btn:hover, .empty-text-btn:hover {
|
||||
|
||||
@@ -616,3 +616,11 @@ html[data-silk-native-page-scroll-replaced=false] .app-silk-index-scroll-view {
|
||||
@apply border-none;
|
||||
}
|
||||
}
|
||||
|
||||
.ls-properties-area .property-pair {
|
||||
@apply flex flex-col items-start;
|
||||
|
||||
.property-key {
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user