Plugins: Fix browse button on iOS

This commit is contained in:
KatieFrogs
2022-03-16 19:04:51 +03:00
parent a7aee747a8
commit b9d990a643
3 changed files with 26 additions and 10 deletions

View File

@@ -452,3 +452,20 @@ kbd{
#dropzone.dragover{
opacity: 1;
}
.plugin-browse-button{
position: relative;
}
#plugin-browse{
position: absolute;
font-size: inherit;
top: -0.1em;
left: -0.1em;
right: -0.1em;
bottom: -0.1em;
border-radius: 0.5em;
opacity: 0;
cursor: pointer;
}
#plugin-browse::-webkit-file-upload-button{
cursor: pointer;
}