From 7aa11715bab87760424e61af64b55e153669f373 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Thu, 12 Oct 2023 21:16:57 -0400 Subject: [PATCH] [fix] various ios pwa styling issues --- templates/base.html | 402 ++++++++++++++++++++----------------- templates/reader-base.html | 123 +++++++----- 2 files changed, 295 insertions(+), 230 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3dd035d..7953bf8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,192 +1,51 @@ + + + + - - Book Manager - {{block "title" .}}{{end}} - - -
-
-
- - - - - - -
-

{{block "header" .}}{{end}}

-
- - - - - - - - -
-
- -
- {{block "content" .}}{{end}} -
-
- - + + +
+
+ + + + + + +
+

{{block "header" .}}{{end}}

+
+ + + + + + + + +
+
+ +
+
+ {{block "content" .}}{{end}} +
+
diff --git a/templates/reader-base.html b/templates/reader-base.html index be803ed..0065ed2 100644 --- a/templates/reader-base.html +++ b/templates/reader-base.html @@ -1,14 +1,19 @@ - - + + + + Book Manager - {{block "title" .}}{{end}} - +
-
- +
+
+ + + + + + - - - - - -
- -
- -
-
-
-
-

Title

-

- {{ or .Data.Title "N/A" }} -

+ +
+
+ + + +
+
+
+
+
+

Title

+

+ {{ or .Data.Title "N/A" }} +

+
-
-
-
-

Author

-

- {{ or .Data.Author "N/A" }} -

+
+
+

Author

+

+ {{ or .Data.Author "N/A" }} +

+