Open cc1477 opened 1 month ago
另外 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%;
其实我感觉去掉边框更好看
border: 1px none var(--background-modifier-border);
另外 css 的这一处好像写错了
应该是