minor lint fixes

This commit is contained in:
Danny Morabito 2025-04-14 14:45:16 +02:00
parent fbb5b5575c
commit 93d0505817
2 changed files with 14 additions and 12 deletions

View file

@ -191,9 +191,9 @@ export default class Sidebar extends LitElement {
}
.profile-avatar {
width: 64px;
height: 64px;
border-radius: 50%;
max-width: 64px;
max-height: 64px;
border-radius: 100%;
object-fit: cover;
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
border: 2px solid var(--color-base-300);