Skip to content

Commit

Permalink
Fix avatar squish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelzahn committed Jul 23, 2024
1 parent 9ad494c commit 60abc89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loama/src/components/header/HeaderBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,15 @@ nav {
margin-left: auto;
}
img,
svg {
width: calc(var(--base-unit)*8);
height: calc(var(--base-unit)*8);
}
img {
border-radius: 100%;
width: calc(var(--base-unit)*8);
object-fit: cover;
}
img:hover {
Expand Down

0 comments on commit 60abc89

Please sign in to comment.