Skip to content

Commit

Permalink
Merge pull request #2323 from nextcloud/fix/status-icon-size
Browse files Browse the repository at this point in the history
Reduce size of status icons in Avatar component
  • Loading branch information
CarlSchwan authored Oct 21, 2021
2 parents aff5cfa + 557066e commit 5c588fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/Avatar/Avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,10 @@ export default {
position: absolute;
right: -4px;
bottom: -4px;
height: 18px;
width: 18px;
max-height: 18px;
max-width: 18px;
height: 40%;
width: 40%;
line-height: 15px;
font-size: var(--default-font-size);
border: 2px solid var(--color-main-background);
Expand Down

0 comments on commit 5c588fa

Please sign in to comment.