1
0

File name and cover label styling improvement

This commit is contained in:
Elscrux 2024-05-24 12:45:06 +02:00
parent c80d77ca69
commit 658936a070

View File

@ -328,8 +328,10 @@ async function setCoverImage(attachment: IAttachment | null) {
}
.filename {
display: flex;
align-items: center;
font-weight: bold;
margin-bottom: .25rem;
height: 2rem;
color: var(--text);
}
@ -463,6 +465,7 @@ async function setCoverImage(attachment: IAttachment | null) {
.is-task-cover {
background: var(--primary);
color: var(--white);
margin-left: .25rem;
padding: .25rem .35rem;
border-radius: 4px;
font-size: .75rem;