Replace px with rem
This commit is contained in:
parent
9c7187b4aa
commit
6fa15d30ad
@ -446,11 +446,11 @@ async function setCoverImage(attachment: IAttachment | null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-column {
|
.preview-column {
|
||||||
max-width: 125px;
|
max-width: 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-preview {
|
.attachment-preview {
|
||||||
max-height: 75px;
|
max-height: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {
|
.clickable {
|
||||||
@ -459,7 +459,7 @@ async function setCoverImage(attachment: IAttachment | null) {
|
|||||||
|
|
||||||
.grid-item {
|
.grid-item {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 140px 1fr;
|
grid-template-columns: 9rem 1fr;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user