Skip to content

Commit aee2661

Browse files
[FIX] Add negative spacing for avatar to the Widget (#6)
1 parent dda5709 commit aee2661

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

apps/widget/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# active-users-widget
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Fix missing spacing between avatars
8+
39
## 0.0.9
410

511
### Patch Changes

apps/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "active-users-widget",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"type": "module",
55
"private": false,
66
"scripts": {

apps/widget/src/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,6 @@
104104
height: 100%;
105105
border-radius: 10rem;
106106
border: 1px white solid;
107+
margin-left: -5px;
107108
}
108109
}

0 commit comments

Comments
 (0)