diff --git a/static/paper_list.js b/static/paper_list.js index e325ffa..f19a315 100644 --- a/static/paper_list.js +++ b/static/paper_list.js @@ -43,7 +43,7 @@ const Paper = props => {
{p.time}
{p.tags}
{utag_controls} - {thumb_img} + {thumb_img}
{p.summary}
similar
inspect
diff --git a/static/style.css b/static/style.css index 29efaa3..46ddf28 100644 --- a/static/style.css +++ b/static/style.css @@ -119,7 +119,11 @@ body { text-decoration: none; } .rel more { - font-size: 10px; + font-size + : 10px; +} +.rel_img { /* prevent thumbnail from increasing width (useful on mobile) */ + overflow: hidden; } #sbox { width: 100%;