Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
6faca67a
Commit
6faca67a
authored
Oct 13, 2020
by
aniket-engg
Committed by
Aniket
Oct 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
open files clicking fixed
parent
77cf09f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
landing-page.js
apps/remix-ide/src/app/ui/landing-page/landing-page.js
+5
-2
No files found.
apps/remix-ide/src/app/ui/landing-page/landing-page.js
View file @
6faca67a
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment