Update auto-generated icons to avoid using canvases #53

Open
twig wants to merge 6 commits from fix-canvas-images into main
2 changed files with 4 additions and 11 deletions
Showing only changes of commit a2714cfae7 - Show all commits

View file

@ -32,9 +32,9 @@ const hidePopup = () => {
}
.member-avatar {
min-height: 2em;
max-height: 2em;
min-width: 2em;
max-width: 2em;
min-height: 2.3em;
max-height: 2.3em;
min-width: 2.3em;
max-width: 2.3em;
}
</style>

View file

@ -133,13 +133,6 @@ function handleMemberClick(member: GuildMemberResponse) {
text-overflow: ellipsis;
}
.member-avatar {
min-width: 2.3em;
max-width: 2.3em;
min-width: 2.3em;
max-height: 2.3em;
}
.member-display-name {
overflow: hidden;
text-overflow: ellipsis;