Hi there! I've observed some things about the is-with-border
className while trying to leverage it to turn on/off borders for Avatar Groups.
It seems that there are no changes in the borders when I remove the className (or add it.)
What I noticed is that the avatar
className on each Avatar element has a border set, regardless of whether the Avatar Group element contains the is-with-border
className or not.
Is this a bug, or am I missing something on how this works? I'm attaching a few screenshots of the markup, styles, and the Preview from the website which shows my observations.
Added one more screenshot, but I couldn't add it to my original post - I guess I can't do that.
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...