Skip to content

Commit d93d2f1

Browse files
committed
Add avatar-group
1 parent 322bfe3 commit d93d2f1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
- Add max-i-none utillity class
1919
- Set default --btn-block-size --input-block-size to auto
2020
- Set .gap-half column-gap: 0.25rem
21-
- Use default cursor for accordion/button/datepicker/switch
21+
- Set default cursor for accordion/button/datepicker/switch
2222
- **Add sidebar_menu.css to layouts component**
2323
- **Add flash--positive and flash--negative**
2424
- **Add turbo_confirm component**
25+
- **Add avatar-group**
2526

2627
## [1.0.6] - 2025-02-06
2728
- Fix btn--loading

lib/generators/css_zero/add/templates/app/assets/stylesheets/avatar.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,12 @@
4040
user-select: none;
4141
}
4242
}
43+
44+
.avatar-group {
45+
align-items: center;
46+
display: flex;
47+
48+
> :not(:last-child) {
49+
margin-inline-end: calc(var(--size-2) * -1);
50+
}
51+
}

0 commit comments

Comments
 (0)