Fix mobile gui

This commit is contained in:
RainLoop Team 2016-05-01 14:51:49 +03:00
parent b0ffd84ac6
commit 116de6fd45
6 changed files with 13 additions and 13 deletions

View file

@ -371,16 +371,17 @@ html.rl-ctrl-key-pressed {
}
html.rl-mobile .hide-on-mobile {
display: none;
display: none !important;
}
.show-on-mobile {
display: none;
display: none !important;
}
html.rl-mobile .show-on-mobile {
display: initial;
display: initial !important;
}
html.rl-mobile .width100-on-mobile {
width: 100%;
width: 100% !important;
}