Improve composer pop-up on mobile (#1106)

This commit is contained in:
RainLoop Team 2016-07-15 20:21:24 +03:00
parent 641fb3e532
commit c145137b25
3 changed files with 11 additions and 4 deletions

View file

@ -112,6 +112,10 @@
width: 1%;
min-width: 70px;
padding: 6px 10px;
html.rl-modal {
min-width: 50px;
}
}
.e-value {

View file

@ -88,3 +88,8 @@ svg-icon {
.lg-backdrop.in {
opacity: 0.8;
}
.btn .btn-text {
padding-left: 8px;
}