Skip to content
Commit 91a5a253 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Revert "Fix avatar container height during calls"



This reverts commit 6b04fb7f.

Despite what was stated in "Fix avatar container height during calls"
the absolute position did not cause the avatar to have different height
when the contained div has a text or not; this was actually caused by
the "display: inline-block" in the avatar itself (although it was fixed
anyway by propagating the flex property).

However, the absolute position is actually needed to promote the avatar
(as this is done with a "top: 30%" rule) as well as to properly
distribute the non promoted users at the bottom of the video screen
(otherwise they use the full window width instead of only the video
screen width), but having both a flex display and an absolute position
breaks the layout (for example, when there are only two participants) in
a worse way than the original issue (having guest avatars at a slightly
higher position than the user avatar). Due to all this the original
"fix" is reverted.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent bebf1250
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment