fixed upload issue/css improvements
This commit is contained in:
10
dist/css/style.css
vendored
10
dist/css/style.css
vendored
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
background: var(--border);
|
background: var(--tab);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -172,7 +172,8 @@ input:hover,input:active {
|
|||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
grid-template-rows: 1;
|
grid-template-rows: 1;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 10px
|
padding: 10px;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab#about {
|
.tab#about {
|
||||||
@@ -329,8 +330,9 @@ input:hover,input:active {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
.list-container {
|
.list-container {
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
max-height: 300px;
|
max-height: 200px;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-item {
|
.list-item {
|
||||||
|
|||||||
1
dist/index.html
vendored
1
dist/index.html
vendored
@@ -302,6 +302,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<input id="upload-json" style="display: none;" type="file">
|
||||||
</div>
|
</div>
|
||||||
<div class='community-section'>
|
<div class='community-section'>
|
||||||
<button id="community-creations-btn" title="See worlds and organisms made by the community">Community Creations <i class="fa fa-users"></i></button>
|
<button id="community-creations-btn" title="See worlds and organisms made by the community">Community Creations <i class="fa fa-users"></i></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user