minor lint fixes
This commit is contained in:
parent
fbb5b5575c
commit
93d0505817
2 changed files with 14 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue