mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 10:46:43 -06:00
Tweak MkNoteDetailed
This commit is contained in:
parent
7e95e18bb6
commit
7f6fa1646a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue