Tweak MkNoteDetailed

This commit is contained in:
fly_mc 2024-10-01 15:01:53 +08:00
parent 7e95e18bb6
commit 7f6fa1646a
2 changed files with 2 additions and 2 deletions

View file

@ -754,7 +754,7 @@ SPDX-License-Identifier: AGPL-3.0-only
}
.noteHeaderUsername {
margin-bottom: 2px;
margin: 0 0 .5em 0;
line-height: 1.3;
word-wrap: anywhere;
}

View file

@ -109,7 +109,7 @@ const mock = inject<boolean>('mock', false);
.username {
flex-shrink: 9999999;
margin: -.2em .5em .5em 0;
margin: -.2em .5em .3em 0;
overflow: hidden;
text-overflow: ellipsis;
font-size: 95%;