Hi,
Introduction:
First of all, we are using docker version of jitsi, so how we do UI style changes? In general we created external custom-all.css
at default config path and use it via docker volume. In other words, we overwrite the original file with ours. Thus, we do not have to create our own docker containers.
volumes:
- ${CONFIG}/web/custom-all.css:/usr/share/jitsi-meet/css/all.css:Z
Question:
We can’t find the right style which will manipulate the:
- color
- size
- place
of user background, user space, when he don’t have camera on (not the circle with user shortcut name, but the space behind).
thank you in advance for your help