diff --git a/novel-front/src/main/resources/templates/books/book_content.html b/novel-front/src/main/resources/templates/books/book_content.html
index e557ee8..a61d6be 100644
--- a/novel-front/src/main/resources/templates/books/book_content.html
+++ b/novel-front/src/main/resources/templates/books/book_content.html
@@ -361,7 +361,7 @@
position: fixed;
width: 100%;
left: 0px;
- bottom: 50px;
+ bottom: 100px;
text-align: center;
}
@@ -369,6 +369,7 @@
+
@@ -445,7 +446,7 @@
-
+
@@ -482,7 +483,7 @@
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
- $("#chaptercontent").css("min-height",($(window).height()-260)+"px");
+ $("#content").css("min-height",($(window).height()-60)+"px");
})();
diff --git a/novel-front/src/main/resources/templates/books/book_detail.html b/novel-front/src/main/resources/templates/books/book_detail.html
index 4aa43a4..b2a69ae 100644
--- a/novel-front/src/main/resources/templates/books/book_detail.html
+++ b/novel-front/src/main/resources/templates/books/book_detail.html
@@ -114,6 +114,7 @@