mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
enhance(mobile): tweak settings css
This commit is contained in:
@@ -129,6 +129,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
html.is-native-andorid
|
||||
html.is-native-iphone
|
||||
{
|
||||
.ui__modal {
|
||||
top: 15vh;
|
||||
}
|
||||
}
|
||||
|
||||
html.is-mobile {
|
||||
.ui__modal {
|
||||
@apply bottom-0 inset-x-0;
|
||||
@@ -247,3 +255,4 @@ html.is-mobile {
|
||||
.rotating-arrow svg {
|
||||
transition: all 100ms ease-in 0ms;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user