summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-04-21 12:30:21 +0300
committerAndrew Dolgov <[email protected]>2020-04-21 12:30:21 +0300
commit7586dc5145f7e6527290464ba8408a0785fed0c1 (patch)
tree8930519eeb1a4fb7ee586ca40fa456516dc145ef /js
parent2c721e03a9ecee20f487568657c0aa8daa922e6c (diff)
add column hack for not-quite-768px breakpoint devices
Diffstat (limited to 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index fcc8bfe..c9cd536 100644
--- a/js/app.js
+++ b/js/app.js
@@ -416,7 +416,7 @@ const App = {
const series_link = info.series_name ? `<div><a class="series_link" href="#">${info.series_name + " [" + info.series_index + "]"}</a></div>` : "";
- const cell = $(`<div class="col-xs-6 col-sm-3 col-md-2" id="cell-${info.id}">
+ const cell = $(`<div class="col-xxs-6 col-xs-4 col-sm-3 col-md-2" id="cell-${info.id}">
<a class="thumbnail ${thumb_class}" href="read.html?id=${info.epub_id}&b=${info.id}">
<img style="display : none">
</a>