The default chat/video alignment becomes misaligned on certain custom CSS configurations. Resizing the window fixes the alignment due to triggering the handleVideoResize() callback.
When a user enables custom CSS, or when the CSS is changed for the channel, handleVideoResize() should be called in case the CSS changes the alignment.
Reported on IRC.
The default chat/video alignment becomes misaligned on certain custom CSS configurations. Resizing the window fixes the alignment due to triggering the
handleVideoResize()
callback.When a user enables custom CSS, or when the CSS is changed for the channel,
handleVideoResize()
should be called in case the CSS changes the alignment.