1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-26 15:34:56 +01:00

fixes #117 Add border-radius on attachmented images

This commit is contained in:
AkiraFukushima 2018-03-24 23:58:38 +09:00
parent aff2e654b8
commit b5c5e45b13

View File

@ -187,6 +187,7 @@ function findLink (target) {
img {
width: 200px;
max-width: 100%;
border-radius: 8px;
}
}
}