Skip to content

Commit

Permalink
Merge pull request #6090 from nextcloud-libraries/fix/5959/stable-fal…
Browse files Browse the repository at this point in the history
…lback

fix(NcAvatar): add a fallback for missing CSS variable
  • Loading branch information
susnux authored Sep 16, 2024
2 parents bbec1da + d9a6165 commit 54e34d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAvatar/NcAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ export default {
height: 40%;
width: 40%;
line-height: 1;
font-size: clamp(var(--font-size-small), 85%, var(--default-font-size));
font-size: clamp(var(--font-size-small, 13px), 85%, var(--default-font-size));
border: 2px solid var(--color-main-background);
background-color: var(--color-main-background);
background-repeat: no-repeat;
Expand Down

0 comments on commit 54e34d4

Please sign in to comment.