Update dependency prettier to v3 (#12095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
773b03e15e
commit
a0c8575113
110 changed files with 449 additions and 313 deletions
|
@ -55,7 +55,9 @@ limitations under the License.
|
|||
width: 14px;
|
||||
height: 14px;
|
||||
will-change: left, top;
|
||||
transition: left var(--transition-short) ease-out, top var(--transition-standard) ease-out;
|
||||
transition:
|
||||
left var(--transition-short) ease-out,
|
||||
top var(--transition-standard) ease-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -109,7 +111,7 @@ limitations under the License.
|
|||
margin: 6px 8px;
|
||||
align-self: center;
|
||||
justify-self: center;
|
||||
flex-shrink: 0; // Long names should not shrink the picture
|
||||
flex-shrink: 0; /* Long names should not shrink the picture */
|
||||
}
|
||||
|
||||
.mx_ReadReceiptGroup_name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue