composer: some fixes for ios

main
psychobunny 10 years ago
parent aae2854aa3
commit a862051a35

@ -4,6 +4,11 @@
html.composing { html.composing {
&.mobile { &.mobile {
overflow: hidden; overflow: hidden;
.composer {
position: absolute;
box-shadow: none;
}
} }
body { body {
@ -44,6 +49,11 @@ html.composing {
font-size: 18px; font-size: 18px;
} }
.write:focus {
outline-style: solid;
outline-width: 2px;
}
.form-control { .form-control {
box-shadow: none; box-shadow: none;
} }
@ -56,6 +66,7 @@ html.composing {
.mobile-navbar { .mobile-navbar {
background: @btn-primary-bg; background: @btn-primary-bg;
color: @btn-primary-color; color: @btn-primary-color;
position: absolute;
button { button {
font-size: 20px; font-size: 20px;

Loading…
Cancel
Save