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

View File

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