Fix upload button in vfsSelect dialog sometimes being covered by search box

This commit is contained in:
Hadi Nategh 2022-10-13 14:19:16 +02:00
parent ecca3dc79c
commit b23e10a967

View File

@ -3872,6 +3872,11 @@ div.eml div.emlDelete:hover, div.eml div.emlEdit:hover {
.vfs-select-container div.et2_file { .vfs-select-container div.et2_file {
width: 86px; width: 86px;
} }
.vfs-select-container div.et2_file et2-button.et2_file_span.et2_file_ro {
min-width: initial;
max-width: -webkit-fill-available;
max-width: -moz-available;
}
.vfs-select-container div.et2_file .progress { .vfs-select-container div.et2_file .progress {
width: 252px; width: 252px;