mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-01 10:19:28 -05:00
make username bigger in tl
This commit is contained in:
parent
b4b49e2cc8
commit
bf05dc4075
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ const mock = inject<boolean>('mock', false);
|
|||
margin: 0 .5em 0 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: 85%;
|
||||
font-size: 90%;
|
||||
opacity: 0.8;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
|
|
Loading…
Add table
Reference in a new issue