diff --git a/.gitignore b/.gitignore index 1f13e70..8d9456d 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ var/ .installed.cfg *.egg .idea/ +UnRAR.exe # PyInstaller # Usually these files are written by a python script from a template diff --git a/comic/templates/comic/read_comic.html b/comic/templates/comic/read_comic.html index a4dcf61..842958d 100644 --- a/comic/templates/comic/read_comic.html +++ b/comic/templates/comic/read_comic.html @@ -2,49 +2,47 @@ {% block title %}{{ title }}{% endblock %} {% block content %} -
-
-
- {% if nav.q_next_to_directory %} - - {% else %} - - {% endif %} - - -
-
- {% if nav.q_prev_to_directory %} - {% if nav.prev_path %} - Next +
+
+ {% if nav.q_next_to_directory %} + {% else %} - Next + {% endif %} - {% else %} - Prev - {% endif %} - {% if book.pages %} -
- - + + +
+
+
+ {% if nav.q_prev_to_directory %} + {% if nav.prev_path %} + Prev + {% else %} + Prev + {% endif %} + {% else %} + Prev + {% endif %} +
+ + +
+ {% if nav.q_next_to_directory %} + {% if nav.next_path %} + Next + {% else %} + Next + {% endif %} + {% else %} + Next + {% endif %}
- {% else %} - - {% endif %} - {% if nav.q_next_to_directory %} - {% if nav.next_path %} - Next - {% else %} - Next - {% endif %} - {% else %} - Next - {% endif %} -
-
+
{% endblock %} \ No newline at end of file diff --git a/static/css/base.css b/static/css/base.css index c5191b0..b7c91be 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -24,7 +24,7 @@ /* background-color: #f5f5f5;*/ /*}*/ /*.comic_box {*/ -/* width: auto;*/ +/* width: 100%;*/ /*}*/ /*#dropdown-list{*/