cross-post images: remove max-width limit

there is already a 100% max-width for #post .image img, and the removed attribute caused an overflow
This commit is contained in:
bopol 2020-12-06 20:05:06 +01:00
parent 7c7b13cb75
commit 5175d96a4e
1 changed files with 0 additions and 3 deletions

3
dist/css/styles.css vendored
View File

@ -882,9 +882,6 @@ input[type="submit"]:hover,
margin-left: 6px;
font-size: small;
}
#post .crosspost .image img {
max-width: 600px;
}
#post .gallery {
float: left;
width: 100%;