minor mobile ui improvements
This commit is contained in:
parent
49983c5b35
commit
1b763473d5
|
@ -157,6 +157,7 @@ p {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
.mobile-file-upload-btn {
|
.mobile-file-upload-btn {
|
||||||
|
display: block;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
|
@ -175,7 +176,8 @@ p {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.mobile-file-upload-btn {
|
.mobile-file-upload-btn {
|
||||||
width: fit-content;
|
width: calc(100% - 24px);
|
||||||
|
cursor: pointer;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<input type="file" name="file" id="bfile-formupload-file" style="display: none" />
|
<input type="file" name="file" id="bfile-formupload-file" style="display: none" />
|
||||||
<label for="bfile-formupload-file">
|
<label for="bfile-formupload-file">
|
||||||
<span class='btn mobile-file-upload-btn'>
|
<span class='btn mobile-file-upload-btn'>
|
||||||
Upload file
|
Select a file
|
||||||
</span>
|
</span>
|
||||||
<span class="file-drag-n-drop">
|
<span class="file-drag-n-drop">
|
||||||
<span class="file-drag-n-drop-inside">
|
<span class="file-drag-n-drop-inside">
|
||||||
|
|
Loading…
Reference in New Issue