[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;
|
||||
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 {
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user