Responsive fix for input field on mobile

pull/158/head
dgtlmoon 2021-07-22 21:39:41 +10:00
rodzic dfbc9bfc53
commit b87236ea20
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -315,6 +315,8 @@ This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
input[type='text'] {
width: 100%; }
.watch-table {
/* Force table to not be like tables anymore */
/* Force table to not be like tables anymore */

Wyświetl plik

@ -427,6 +427,10 @@ and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
input[type='text'] {
width: 100%;
}
.watch-table {
/* Force table to not be like tables anymore */
thead, tbody, th, td, tr {