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:
llcc
2022-04-24 11:20:44 +08:00
committed by GitHub
parent 9383652458
commit ed7defbe97
4 changed files with 72 additions and 7 deletions

View File

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