mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
enhance(mobile): set min-height for cards on phone
This commit is contained in:
@@ -149,6 +149,10 @@ html.is-native-iphone-without-notch
|
||||
.cards-review .block-control {
|
||||
margin-left: -24px;
|
||||
}
|
||||
|
||||
.ls-card {
|
||||
min-height: 75vh;
|
||||
}
|
||||
}
|
||||
|
||||
html.is-mobile {
|
||||
|
||||
Reference in New Issue
Block a user