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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user