From 29d411b058840e9d1af7d0ac3493262f629f36cd Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 6 Mar 2015 02:03:18 -0800 Subject: [PATCH] Style update to fix squished words on mobile --- stylesheets/style.css | 7 +++++++ templates/post_reply.html | 2 +- templates/post_thread.html | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index ae123573..ef26f40c 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -304,6 +304,10 @@ div.post.reply { max-width: 94%!important; } +div.post.reply.has-file.body-not-empty { + min-width: 33%; +} + div.post_modified { margin-left: 1.8em; } @@ -749,6 +753,9 @@ pre { .theme-catalog div.threads { overflow: hidden; } + div.post .body { + clear: both; + } } .compact-boardlist { diff --git a/templates/post_reply.html b/templates/post_reply.html index a88f9d5c..d580ddd3 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -1,6 +1,6 @@ {% filter remove_whitespace %} {# tabs and new lines will be ignored #} -
+

{% if not index %}{% endif %} diff --git a/templates/post_thread.html b/templates/post_thread.html index aa130c0a..7bfbd89b 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -5,7 +5,7 @@ {% if not index %}{% endif %} {% include 'post/fileinfo.html' %} -

1%}style='clear:both'{%endif%}>

+

1%}style='clear:both'{%endif%}>