mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-21 22:15:04 -04: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:
Vendored
-3
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user