parsing json response and pretty printing into the main body now. Each manga is getting it's own div so it can be semi-easily expanding with additional information in the future. Main screen is also cleared as part of the onClick now so it helps it be more readable. Active is tested and working, couldn't test download fully.

This commit is contained in:
Dan
2020-08-07 00:18:07 -04:00
parent af4c2dc08d
commit bec0c2dc67
2 changed files with 60 additions and 6 deletions

View File

@@ -42,6 +42,10 @@ ul{
overflow: scroll;
height: 200px;
}
.activeList{
text-align: left;
padding-bottom: 5px;
}
.footer{
grid-column-start: 1;
grid-column-end: 5;