[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
parent 0086d8dec4
commit 6374e30475
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%;