Add mobile version (beta)

This commit is contained in:
RainLoop Team 2016-05-01 04:07:10 +03:00
parent 1391648e1b
commit b0ffd84ac6
76 changed files with 2945 additions and 845 deletions

View file

@ -19,6 +19,22 @@
min-height: 400px;
}
html.rl-mobile {
#rl-center {
min-width: 250px;
min-height: 250px;
}
&.rl-left-panel-enabled #rl-right {
right: -150px;
}
&.rl-left-panel-disabled #rl-right {
left: 5px !important;
}
}
#rl-top {
.g-ui-absolute-reset;
bottom: auto;
@ -353,3 +369,18 @@ html.rl-ctrl-key-pressed {
margin-top: 20px;
font-size: 20px;
}
html.rl-mobile .hide-on-mobile {
display: none;
}
.show-on-mobile {
display: none;
}
html.rl-mobile .show-on-mobile {
display: initial;
}
html.rl-mobile .width100-on-mobile {
width: 100%;
}