Fix @ cutting in note header

This commit is contained in:
Bojan Mojsilovic 2024-02-06 15:49:14 +01:00
parent 72974bdbd7
commit 43090ce0c3
2 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;
line-height: 16px; line-height: 18px;
} }
.time{ .time{
display: flex; display: flex;
@ -134,7 +134,7 @@
min-width: fit-content; min-width: fit-content;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 16px; line-height: 18px;
color: var(--text-tertiary); color: var(--text-tertiary);
.ellipsisIcon { .ellipsisIcon {
@ -154,7 +154,7 @@
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 16px; line-height: 18px;
} }
} }

View File

@ -30,7 +30,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-size: 16px; font-size: 16px;
line-height: 16px; line-height: 18px;
font-weight: 400; font-weight: 400;
height: 48px; height: 48px;
align-items: flex-start; align-items: flex-start;