fix post bodytext width

This commit is contained in:
teddit 2020-12-04 23:04:41 +01:00
parent a626d28937
commit 324691dbb7

2
dist/css/styles.css vendored
View File

@ -816,6 +816,7 @@ input[type="submit"]:hover,
max-width: 60em; max-width: 60em;
word-wrap: break-word; word-wrap: break-word;
float: left; float: left;
width: calc(100% - 100px);
} }
#post .comment .load-more-comments { #post .comment .load-more-comments {
float: left; float: left;
@ -1382,6 +1383,7 @@ code {
#post .usertext-body { #post .usertext-body {
margin-left: 2.5%; margin-left: 2.5%;
margin-right: 2.5%; margin-right: 2.5%;
width: calc(100% - 10%);
} }
#post .image { #post .image {
padding-left: 2.5%; padding-left: 2.5%;