Commit 6faca67a authored by aniket-engg's avatar aniket-engg Committed by Aniket

open files clicking fixed

parent 77cf09f4
......@@ -61,6 +61,9 @@ let css = csjs`
.labelIt {
margin-bottom: 0;
}
.bigLabelSize {
font-size: 13px;
}
.seeAll {
margin-top: 7px;
white-space: nowrap;
......@@ -374,7 +377,7 @@ export class LandingPage extends ViewPlugin {
</p>
<p class="mb-1">
<i class="mr-1 far fa-file-alt"></i>
<span class="ml-1 ${css.labelIt} ${css.text}">
<label class="ml-1 ${css.labelIt} ${css.bigLabelSize} ${css.text}">
Open Files
<input title="open file" type="file" onchange="${
(event) => {
......@@ -383,7 +386,7 @@ export class LandingPage extends ViewPlugin {
fileExplorer.uploadFile(event)
}
}" multiple />
</span>
</label>
</p>
<p class="mb-1">
<i class="far fa-hdd"></i>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment