mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-20 03:09:22 -05: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 {
|
.noteHeaderUsername {
|
||||||
margin-bottom: 2px;
|
margin: 0 0 .5em 0;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
word-wrap: anywhere;
|
word-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
|
@ -109,7 +109,7 @@ const mock = inject<boolean>('mock', false);
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
flex-shrink: 9999999;
|
flex-shrink: 9999999;
|
||||||
margin: -.2em .5em .5em 0;
|
margin: -.2em .5em .3em 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue