mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 04:42:35 +01:00
fix post bodytext width
This commit is contained in:
parent
a626d28937
commit
324691dbb7
2
dist/css/styles.css
vendored
2
dist/css/styles.css
vendored
@ -816,6 +816,7 @@ input[type="submit"]:hover,
|
||||
max-width: 60em;
|
||||
word-wrap: break-word;
|
||||
float: left;
|
||||
width: calc(100% - 100px);
|
||||
}
|
||||
#post .comment .load-more-comments {
|
||||
float: left;
|
||||
@ -1382,6 +1383,7 @@ code {
|
||||
#post .usertext-body {
|
||||
margin-left: 2.5%;
|
||||
margin-right: 2.5%;
|
||||
width: calc(100% - 10%);
|
||||
}
|
||||
#post .image {
|
||||
padding-left: 2.5%;
|
||||
|
Loading…
Reference in New Issue
Block a user