We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
另外 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%;
The text was updated successfully, but these errors were encountered:
其实我感觉去掉边框更好看
border: 1px none var(--background-modifier-border);
Sorry, something went wrong.
No branches or pull requests
另外 css 的这一处好像写错了
应该是
The text was updated successfully, but these errors were encountered: