mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
changed read_comic page width to auto to make better use of space.
margins were way too wide. and we could use that space on tablets.
This commit is contained in:
@@ -23,7 +23,9 @@ body {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
.comic_box {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#dropdown-list{
|
#dropdown-list{
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
|
|||||||
@@ -52,9 +52,9 @@
|
|||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</ol>
|
</ol>
|
||||||
<div class="container">
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- /.container -->
|
<!-- /.container -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="container comic_box">
|
||||||
<center>
|
<center>
|
||||||
<br/>
|
<br/>
|
||||||
{% if nav.q_next_to_directory %}
|
{% if nav.q_next_to_directory %}
|
||||||
@@ -53,4 +54,5 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</center>
|
</center>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user