Merge pull request #3745 from 343max/name-space

add some space between display name and handle
This commit is contained in:
AkiraFukushima 2022-11-07 22:32:49 +09:00 committed by GitHub
commit b6f857cf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -834,6 +834,10 @@ export default defineComponent({
overflow: hidden;
text-overflow: ellipsis;
span ~ span {
padding-left: 0.5em;
}
.display-name {
font-weight: 800;
color: var(--theme-primary-color);