mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
enhance(iOS): add a modal to instruct users to select valid directory (#4947)
* enhance(ios): add a modal to instruct users to select valid directory * tweak height for loom video on iPhone
This commit is contained in:
@@ -156,6 +156,25 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&[label="instruction__cp"] {
|
||||
|
||||
.ui__modal-panel {
|
||||
height: 90%;
|
||||
}
|
||||
|
||||
.panel-content {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.instruction {
|
||||
height: 40%;
|
||||
|
||||
@screen sm {
|
||||
height: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
html.is-native-andorid,
|
||||
|
||||
Reference in New Issue
Block a user