Force vertical resize only, adjust button padding on mobile only

master
Zaahir Moolla 2016-08-05 14:58:11 -04:00
parent 6cf26eedb8
commit 89819d4268
1 changed files with 6 additions and 7 deletions

View File

@ -12,10 +12,8 @@
cursor: default;
}
.zci--js_minify .js_minify--action_box button {
padding-left: 0;
padding-right: 0;
width: 100%;
.zci--js_minify textarea {
resize: vertical;
}
/* Mobile */
@ -23,11 +21,12 @@
text-align: center;
}
.is-mobile .zci--js_minify textarea {
resize: vertical;
.is-mobile .zci--js_minify .js_minify--action_box button {
padding-left: 0;
padding-right: 0;
width: 100%;
}
.is-mobile .zci--js_minify .btn {
height: 2.5em;
}