Skip to content

Commit

Permalink
Fix missing avatars in old fullpage mode (including OBS integration).
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed May 21, 2024
1 parent 5f4ac23 commit b26aad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Minor changes and fixes

* #139: Fix colors in old fullpage mode (used for OBS integration for example).
* Fix missing avatars in old fullpage mode (including OBS integration).

## 10.0.0

Expand Down
2 changes: 2 additions & 0 deletions conversejs/custom/plugins/size/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ function start () {
stop()
}

root.style.display = 'block' // this is needed, otherwise it won't have any width.

rootResizeObserver.observe(root)
handle(root)
}
Expand Down

0 comments on commit b26aad9

Please sign in to comment.