@devchitchat/chat 4.4.4 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devchitchat/chat",
3
- "version": "4.4.4",
3
+ "version": "4.5.0",
4
4
  "description": "A small chat app. p2p video and screenshare.",
5
5
  "scripts": {
6
6
  "dev": "bun --watch index.js",
@@ -439,6 +439,9 @@ details summary {
439
439
  display: flex;
440
440
  flex-direction: column;
441
441
  gap: 10px;
442
+ position: sticky;
443
+ bottom: 0;
444
+ background: var(--bg-sidebar);
442
445
  }
443
446
 
444
447
  .sidebar-username {