UX: streamline avatar in topic list (#19829)

This commit is contained in:
chapoi 2023-01-11 16:17:20 +01:00 committed by GitHub
parent 14d97f9cf1
commit c7767686cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -89,9 +89,8 @@
}
.posters a:first-child .avatar.latest:not(.single) {
box-shadow: 0 0 3px 1px rgba(var(--tertiary-rgb), 0.35);
border: 2px solid rgba(var(--tertiary-rgb), 0.5);
border: 1px solid rgba(var(--tertiary-rgb), 0.5);
position: relative;
top: -2px;
left: -2px;
}