0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-11 17:11:16 -05:00

Remove padding/border-radius on image diffs (#12346)

This commit is contained in:
silverwind 2020-07-28 17:48:48 +02:00 committed by GitHub
parent 63e5bf6ef7
commit cd7f1fd72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -440,7 +440,8 @@
}
img {
padding: 5px 5px 0;
padding: 0;
border-radius: 0;
}
}