fixed upload issue/css improvements

This commit is contained in:
MaxRobinsonTheGreat
2023-03-18 17:30:02 -05:00
parent 2a29b41ab1
commit 6f25358fdf
2 changed files with 7 additions and 4 deletions

10
dist/css/style.css vendored
View File

@@ -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
View File

@@ -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>