Skip to content

Commit

Permalink
[FIX] Add negative spacing for avatar to the Widget (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGauthier authored Mar 6, 2023
1 parent dda5709 commit aee2661
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# active-users-widget

## 0.1.0

### Minor Changes

- Fix missing spacing between avatars

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active-users-widget",
"version": "0.0.9",
"version": "0.1.0",
"type": "module",
"private": false,
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions apps/widget/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@
height: 100%;
border-radius: 10rem;
border: 1px white solid;
margin-left: -5px;
}
}

0 comments on commit aee2661

Please sign in to comment.