1
0

Set attachment width to 100%

This commit is contained in:
Elscrux 2024-05-25 13:45:26 +02:00
parent 4eb0df256c
commit aba045ff24

View File

@ -310,6 +310,7 @@ async function setCoverImage(attachment: IAttachment | null) {
display: grid;
grid-template-columns: 9rem 1fr;
align-items: center;
width: 100%;
padding: .5rem;