Is there a location to customize the css for some of the application parts, mainly the Users List:
When you enter the room it is opening at full width 240px. If you are using a 13" chromebook or similar smaller screened device the full width tends to make the presentation even smaller. I know you can manually resize it, but as in my use the user names (we us user id numbers) are only a maximum of 10 characters so it would be helpful to have it open at a smaller width then max. I seen some discussion previously from a google search to look for styles.scss and how to add a custom.css file
I have found a way to adjust the css for that but looks like there is an element (main div for User list) that is not controlled via css but is set "statically" for lack of a better word.
<div style="position: fixed user-select: auto; top: 0px; left: 0px; z-index: 2; width: 240px; height: 956px; max-width: 240px; min-width: 70px; box-sizing: border-box;">
style is hard coded instead of being controlled via css.
There is an element inside that div that can be adjusted via css but then that just leaves a gap between the user list and the chat panel.
So I guess I a asking if there is a way to adjust those "main" divs to be able to fit the needs?
Also another question I have 2 servers I just stood up one for testing and the other for user testing they were both installed the same way using the script but when I do a show version. The one I set up today shows an older version then the one I set up a week ago.
week ago: BigBlueButton Server 2.4.2 (2890)
today: BigBlueButton Server 2.4.2 (2885)
Which I am assuming the reason I am seeing the "differences" in user experience.
both have the setting in:
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml enableNetworkStats: false
# Enable the button to allow users to copy network stats to clipboard
enableCopyNetworkStatsButton: false
The 2885 version is showing the button where as the 2990 one does not. So not sure how to get the servers up to the same version when they were both installed by the same means