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` ...@@ -61,6 +61,9 @@ let css = csjs`
.labelIt { .labelIt {
margin-bottom: 0; margin-bottom: 0;
} }
.bigLabelSize {
font-size: 13px;
}
.seeAll { .seeAll {
margin-top: 7px; margin-top: 7px;
white-space: nowrap; white-space: nowrap;
...@@ -374,7 +377,7 @@ export class LandingPage extends ViewPlugin { ...@@ -374,7 +377,7 @@ export class LandingPage extends ViewPlugin {
</p> </p>
<p class="mb-1"> <p class="mb-1">
<i class="mr-1 far fa-file-alt"></i> <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 Open Files
<input title="open file" type="file" onchange="${ <input title="open file" type="file" onchange="${
(event) => { (event) => {
...@@ -383,7 +386,7 @@ export class LandingPage extends ViewPlugin { ...@@ -383,7 +386,7 @@ export class LandingPage extends ViewPlugin {
fileExplorer.uploadFile(event) fileExplorer.uploadFile(event)
} }
}" multiple /> }" multiple />
</span> </label>
</p> </p>
<p class="mb-1"> <p class="mb-1">
<i class="far fa-hdd"></i> <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