Closed kristianserrano closed 12 months ago
Hi @kristianserrano - sorry for the big delay. I will remove the fixed position property of the players list in Minimal UI's next release.
I've also noticed you take the player's width property for your cards list (thanks!), but when Minimal UI sets the player List to toggle mode (the default, game.settings.get('minimal-ui', 'playerList') === 'clicktoggle'
), the text label is not properly hidden, plus it the cards list doesn't have a click event to expand it:
I would suggest to not use --players-width
and always show your cards hand at full, or perhaps implement it in similar way to Minimal UI for maximum compatibility.
Best
Thank you, @saif-ellafi ! I'll take a look into this soon. This all seems pretty easy to implement.
I've issued a fix for this. Thanks for the help!
I received an issue for Card Hands List regarding layout when using Minimal UI. I was attempting to try to provide a solution in Card Hands List, but I think this might have to be a solution provided by Minimal UI instead.
The ID of the element is
#card-hands-list-container
, and its current size, margins, etc. are based on the Players List. I suspect whatever styles and event listeners you're applying to the Players List you can apply to the Card Hands List as well.If there's anything you need from me, please let me know.