diff --git a/contrib/static/site.css b/contrib/static/site.css index 4274e28..b92d08f 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -299,8 +299,7 @@ a, a:visited, .navbar-link > label { } .ukko_thread_header { - clear: both; - display: inline-block; + padding-left: 4px; padding-right: 4px; } @@ -593,7 +592,8 @@ textarea#reply-text { 75% { transform:rotate(1deg); } } -.truncated_post , .ukko_thread_header { +.truncated_post { max-width: 75%; padding-left: 25%; } +