[CSS][Network] Minor fixes concerning attachment representation (centering and width)

This commit is contained in:
Diogo Peralta Cordeiro 2021-05-01 22:56:51 +01:00 committed by Hugo Sales
parent 1e7d8cac9a
commit da3754efba
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
3 changed files with 7 additions and 9 deletions

View File

@ -149,14 +149,13 @@
flex-wrap: wrap;
width: 100%;
margin-top: var(--small-size);
justify-content: left;
justify-self: left;
justify-content: center;
text-align: center;
}
.note-attachments img {
order: 1;
width: 100%;
max-width: 100%;
height: auto;
}
.note-attachments i {

View File

@ -147,14 +147,13 @@
flex-wrap: wrap;
width: 100%;
margin-top: var(--small-size);
justify-content: left;
justify-self: left;
justify-content: center;
text-align: center;
}
.note-attachments img {
order: 1;
width: 100%;
max-width: 100%;
height: auto;
}
.note-attachments i {

View File

@ -147,14 +147,13 @@
flex-wrap: wrap;
width: 100%;
margin-top: var(--small-size);
justify-content: left;
justify-self: left;
justify-content: center;
text-align: center;
}
.note-attachments img {
order: 1;
width: 100%;
max-width: 100%;
height: auto;
}
.note-attachments i {
@ -321,6 +320,7 @@
font-weight: 400;
margin-left: 0.1em;
margin-right: 1em;
float: left;
}
.scope #post_scope {
order: 2;