v0.3.1 bug fix
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
}
|
||||
|
||||
/* PC only: enforce minimum width on the input row so send button never disappears */
|
||||
@media (pointer: fine) {
|
||||
@media (pointer: fine) and (hover: hover) {
|
||||
.input-row {
|
||||
min-width: 480px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user