D0n9X1n / hexo-blog-encrypt

Yet, just another hexo plugin for security.
https://www.npmjs.com/package/hexo-blog-encrypt
MIT License
971 stars 101 forks source link

Length of input is too large in mobile devices. #204

Closed anonymouscnuser closed 1 year ago

anonymouscnuser commented 1 year ago
.hbe-input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: 80%;
    min-width: 400px;
    vertical-align: top;
}

min-width: 400px;

400px is TOO LARGE for most Android devices or iOS devices. As I know, most devices only have a width between 360px - 395px.

In addition, the parent of the input overflow: hidden seems not working, because it has no restriction of width.

D0n9X1n commented 1 year ago

Fix in v3.1.9