From bec0c2dc67eb86de63d874bff711b92ad308b25e Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 7 Aug 2020 00:18:07 -0400 Subject: [PATCH] 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. --- static/style.css | 4 +++ templates/index.html | 62 +++++++++++++++++++++++++++++++++++++++----- 2 files changed, 60 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 8eb4bda..408c567 100644 --- a/static/style.css +++ b/static/style.css @@ -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; diff --git a/templates/index.html b/templates/index.html index 8d61f66..37bf651 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ Title - +
Super Awesome Mange Downloading and Viewing Thing
-