UX: reduce height of textarea for flags of type "Something Else" on small mobile devices
This commit is contained in:
parent
e6385e4527
commit
0bcde4b4f4
|
@ -97,6 +97,12 @@
|
||||||
max-height: 450px;
|
max-height: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-device-width: 568px) {
|
||||||
|
.modal .flag-modal .flag-message {
|
||||||
|
height: 1.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.custom-message-length {
|
.custom-message-length {
|
||||||
margin: -4px 0 10px 20px;
|
margin: -4px 0 10px 20px;
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
|
color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%));
|
||||||
|
|
Loading…
Reference in New Issue