nodebb-theme-persona 11.3.27 → 11.3.28

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.
Files changed (2) hide show
  1. package/less/chats.less +3 -0
  2. package/package.json +1 -1
package/less/chats.less CHANGED
@@ -592,6 +592,9 @@
592
592
  .chats-full, .chat-modal {
593
593
  height: calc(100vh - var(--panel-offset));
594
594
  }
595
+ [component="chat/messages"] {
596
+ width: calc(100vw);
597
+ }
595
598
  }
596
599
 
597
600
  [data-action="pop-out"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "11.3.27",
3
+ "version": "11.3.28",
4
4
  "nbbpm": {
5
5
  "compatibility": "^1.18.0"
6
6
  },