Fixed the issue that the input box will be magnified when clicking on it in mobile browser (#204)

* feat: modified input font size

* feat: restore viewport configuration
main
wxb 2025-01-06 05:47:52 +08:00 zatwierdzone przez GitHub
rodzic 21148ceb6a
commit bc7a2414bc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
4 zmienionych plików z 28 dodań i 0 usunięć

Wyświetl plik

@ -164,6 +164,13 @@
transform: rotate(360deg);
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.staticrypt-form input[type="password"],
input[type="text"] {
font-size: 16px;
}
}
</style>
</head>

Wyświetl plik

@ -25,6 +25,13 @@
label.no-style {
font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.staticrypt-form input[type="password"],
input[type="text"] {
font-size: 16px;
}
}
</style>
</head>

Wyświetl plik

@ -164,6 +164,13 @@
transform: rotate(360deg);
}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.staticrypt-form input[type="password"],
input[type="text"] {
font-size: 16px;
}
}
</style>
</head>

Wyświetl plik

@ -25,6 +25,13 @@
label.no-style {
font-weight: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.staticrypt-form input[type="password"],
input[type="text"] {
font-size: 16px;
}
}
</style>
</head>