kopia lustrzana https://github.com/robinmoisson/staticrypt
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 configurationmain
rodzic
21148ceb6a
commit
bc7a2414bc
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue