[CSS][Network] Improve attachment representation

Part of why we have thumbnails with a specific size is so that they are in the proper theme size
This commit is contained in:
Diogo Peralta Cordeiro 2021-04-30 23:47:43 +01:00 committed by Hugo Sales
parent 612c809469
commit 06b236374d
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 3 additions and 9 deletions

View File

@ -153,9 +153,7 @@
justify-self: left;
text-align: center;
}
.note-attachments div {
width: 20%;
}
.note-attachments img {
order: 1;
width: 100%;

View File

@ -151,9 +151,7 @@
justify-self: left;
text-align: center;
}
.note-attachments div {
width: 20%;
}
.note-attachments img {
order: 1;
width: 100%;

View File

@ -151,9 +151,7 @@
justify-self: left;
text-align: center;
}
.note-attachments div {
width: 40%;
}
.note-attachments img {
order: 1;
width: 100%;