1
0

Replace px with rem

This commit is contained in:
Elscrux 2024-05-15 23:55:26 +02:00
parent 9c7187b4aa
commit 6fa15d30ad

View File

@ -446,11 +446,11 @@ async function setCoverImage(attachment: IAttachment | null) {
}
.preview-column {
max-width: 125px;
max-width: 8rem;
}
.attachment-preview {
max-height: 75px;
max-height: 4rem;
}
.clickable {
@ -459,7 +459,7 @@ async function setCoverImage(attachment: IAttachment | null) {
.grid-item {
display: grid;
grid-template-columns: 140px 1fr;
grid-template-columns: 9rem 1fr;
align-items: center;
}