Fix cutting and font size in note header

This commit is contained in:
Bojan Mojsilovic 2024-02-06 15:02:37 +01:00
parent 8818cefd46
commit 2b80388198
2 changed files with 9 additions and 8 deletions

View File

@ -30,7 +30,7 @@
width: 100%; width: 100%;
.repostedBy { .repostedBy {
padding-bottom: 4px; padding-bottom: 8px;
display: flex; display: flex;
>span { >span {
>a { >a {
@ -124,17 +124,17 @@
max-width: 226px; max-width: 226px;
color: var(--text-primary); color: var(--text-primary);
font-size: 14px; font-size: 16px;
font-weight: 700; font-weight: 700;
line-height: 14px; line-height: 16px;
} }
.time{ .time{
display: flex; display: flex;
margin-left: 2px; margin-left: 2px;
min-width: fit-content; min-width: fit-content;
font-size: 14px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 14px; line-height: 16px;
color: var(--text-tertiary); color: var(--text-tertiary);
.ellipsisIcon { .ellipsisIcon {
@ -152,9 +152,9 @@
overflow: hidden; overflow: hidden;
color: var(--text-tertiary); color: var(--text-tertiary);
font-size: 14px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 14px; line-height: 16px;
} }
} }
@ -167,7 +167,7 @@
} }
.repostedBy { .repostedBy {
padding-bottom: 4px; padding-bottom: 8px;
display: flex; display: flex;
>span { >span {
>a { >a {

View File

@ -35,6 +35,7 @@
height: 48px; height: 48px;
align-items: flex-start; align-items: flex-start;
justify-content: center; justify-content: center;
gap: 4px;
.verification { .verification {
max-width: 470px; max-width: 470px;