File name and cover label styling improvement
This commit is contained in:
parent
c80d77ca69
commit
658936a070
@ -328,8 +328,10 @@ async function setCoverImage(attachment: IAttachment | null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filename {
|
.filename {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: .25rem;
|
height: 2rem;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -463,6 +465,7 @@ async function setCoverImage(attachment: IAttachment | null) {
|
|||||||
.is-task-cover {
|
.is-task-cover {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
margin-left: .25rem;
|
||||||
padding: .25rem .35rem;
|
padding: .25rem .35rem;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: .75rem;
|
font-size: .75rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user