mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 23:09:28 +01:00
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:
parent
7c7b13cb75
commit
5175d96a4e
3
dist/css/styles.css
vendored
3
dist/css/styles.css
vendored
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user