1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-04 11:17:32 +01:00

Merge pull request #2070 from h3poteto/fix/attachment-size

Don't wrap attachment previews in new toot
This commit is contained in:
AkiraFukushima 2021-01-24 13:23:50 +09:00 committed by GitHub
commit c135718b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -520,7 +520,7 @@ export default {
.image-wrapper { .image-wrapper {
position: relative; position: relative;
flex: 1 1 0; flex: 1 1 0;
min-width: 40%; min-width: 10%;
height: 150px; height: 150px;
margin: 4px; margin: 4px;