removed the plus button with its wrapper and seperator. Made upload box appear

This commit is contained in:
stitch 2024-08-07 12:35:54 +03:00
parent 6313eceaa7
commit 83527bd867
2 changed files with 2 additions and 6 deletions

View File

@ -30,6 +30,7 @@
border-radius: 2px;
border: dashed 3px rgba(0,0,0,0.1);
font-size: 16px;
text-align: center;
}
.uploadBoxInside:hover {

View File

@ -68,14 +68,9 @@
<path d="M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z"></path>
</svg></button></div>
</div>
<div class="secMainBodySecInside_DashboardSecTopSecDivider"></div>
<div class="secMainBodySecInside_DashboardSecTopSecRightSec secMainBodySecInside_DashboardSecTopSecRightSecBtns"><button id="uploadTrigger" class="btnMain secMainBodySecInside_DashboardSecTopSecRightSecBtnsBtn" type="button"><svg xmlns="http://www.w3.org/2000/svg" viewBox="-32 0 512 512" width="1em" height="1em" fill="currentColor" class="btnMainIcon">
<!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
<path d="M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"></path>
</svg></button></div>
</div>
</div>
<div id="uploadTriggered" class="secMainBodySecInside_DashboardSec secMainBodySecInside_DashboardSecUpload" style="display: none;">
<div id="uploadTriggered" class="secMainBodySecInside_DashboardSec secMainBodySecInside_DashboardSecUpload">
<div class="uploadBox">
<div class="uploadBoxInside secMainBodySecInside_DashboardSecUploadBox">
<p>Click or drag files here to upload</p><input type="file" class="uploadBoxInsideUpload">