fix: #559 custom input ui style

This commit is contained in:
Yifei Zhang
2023-04-06 18:16:49 +08:00
committed by GitHub
parent 29bc9a45df
commit 85bf4ac077

View File

@@ -149,6 +149,7 @@
background-color: var(--white);
color: var(--black);
resize: none;
min-width: 50px;
}
@media only screen and (max-width: 600px) {
@@ -159,4 +160,4 @@
max-height: 50vh;
}
}
}
}