mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
Better fitting settings window when keyboard is opened on android
This commit is contained in:
parent
90d1a80355
commit
26c864a301
@ -46,11 +46,4 @@
|
||||
margin: 5% 6% 1% 5%;
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
SETTINGS POPUP
|
||||
*/
|
||||
#popupSettings {
|
||||
margin: 2% 2%;
|
||||
}
|
@ -15,6 +15,15 @@
|
||||
@import "mobile.less";
|
||||
}
|
||||
|
||||
// TABLET
|
||||
@media only screen and (max-height: 300px),
|
||||
only screen and (max-width: 450px) and (min-device-pixel-ratio : 1.5),
|
||||
only screen and (max-width: 450px) and (-webkit-min-device-pixel-ratio : 1.5) {
|
||||
#popupSettings {
|
||||
margin: 2% 2%;
|
||||
}
|
||||
}
|
||||
|
||||
// PORTRAIT
|
||||
@media only screen and (orientation:portrait) {
|
||||
@import "portrait.less";
|
||||
|
Loading…
Reference in New Issue
Block a user