[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:
parent
612c809469
commit
06b236374d
|
@ -153,9 +153,7 @@
|
||||||
justify-self: left;
|
justify-self: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.note-attachments div {
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
.note-attachments img {
|
.note-attachments img {
|
||||||
order: 1;
|
order: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -151,9 +151,7 @@
|
||||||
justify-self: left;
|
justify-self: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.note-attachments div {
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
.note-attachments img {
|
.note-attachments img {
|
||||||
order: 1;
|
order: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -151,9 +151,7 @@
|
||||||
justify-self: left;
|
justify-self: left;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.note-attachments div {
|
|
||||||
width: 40%;
|
|
||||||
}
|
|
||||||
.note-attachments img {
|
.note-attachments img {
|
||||||
order: 1;
|
order: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user