Open Gvicross opened 2 years ago
+1
I have a work around if you are self-hosted or otherwise have access to your file structure.
static postionControls()
function find the if statement condition that matches your UI size option (I use small so my example is set for that.} else if (logoSettings !== 'standard') {
(Line 31)rootStyle.setProperty('--controlstop', '75px');
(Line 32)rootStyle.setProperty('--controlstop', '1px'); //default: 75
Moves it, not sure if borks anything else but seems ok. Keep in mind an update will likely undo this so make notes/backups
I can verify this did work.
hopefully it does not break anything.
this workaround no longer works.
Will look into adding this feature again, but overall I think the controls shouldn't overlap with players list it should kind of break down into a new column
Hi!
In previous versions it was possible to customize the position of the Left Controls, now there is no more. Could you put it back on? Or at least leave it TOP LEFT by default? I have a small monitor, and the Left Controls end up overlapping the player list, and in some games, I wish I didn't have to disable the player list.