Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否支持自定义头像大小以及头像右边距 #59

Open
cc1477 opened this issue Sep 23, 2024 · 1 comment
Open

能否支持自定义头像大小以及头像右边距 #59

cc1477 opened this issue Sep 23, 2024 · 1 comment

Comments

@cc1477
Copy link

cc1477 commented Sep 23, 2024

另外 css 的这一处好像写错了

.user-info-avatar {
  width: 36px;
  height: 36px;
  borderradius: 50%;
  border: 1px solid var(--background-modifier-border);
  background-size: cover;
  margin: 0 20px;
}

应该是

border-radius: 50%;
@cc1477
Copy link
Author

cc1477 commented Sep 23, 2024

其实我感觉去掉边框更好看

border: 1px none var(--background-modifier-border);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant