[CSS][Network] Minor fixes concerning attachment representation (centering and width)
This commit is contained in:
parent
1e7d8cac9a
commit
da3754efba
@ -149,14 +149,13 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: var(--small-size);
|
margin-top: var(--small-size);
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
justify-self: left;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-attachments img {
|
.note-attachments img {
|
||||||
order: 1;
|
order: 1;
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.note-attachments i {
|
.note-attachments i {
|
||||||
|
@ -147,14 +147,13 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: var(--small-size);
|
margin-top: var(--small-size);
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
justify-self: left;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-attachments img {
|
.note-attachments img {
|
||||||
order: 1;
|
order: 1;
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.note-attachments i {
|
.note-attachments i {
|
||||||
|
@ -147,14 +147,13 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: var(--small-size);
|
margin-top: var(--small-size);
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
justify-self: left;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-attachments img {
|
.note-attachments img {
|
||||||
order: 1;
|
order: 1;
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.note-attachments i {
|
.note-attachments i {
|
||||||
@ -321,6 +320,7 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-left: 0.1em;
|
margin-left: 0.1em;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
.scope #post_scope {
|
.scope #post_scope {
|
||||||
order: 2;
|
order: 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user