Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add "players per row" wrapping #45

Open
JamesAndrewsXV opened this issue Oct 2, 2022 · 1 comment
Open

[Suggestion] Add "players per row" wrapping #45

JamesAndrewsXV opened this issue Oct 2, 2022 · 1 comment

Comments

@JamesAndrewsXV
Copy link

Add a players per row feature such that when a player count exceeds the row limit, it starts a new one.

Alternatively, set a row and column limit or even a hard coded 4x2 version of the meter.

@JamesAndrewsXV JamesAndrewsXV changed the title Add "players per row" wrapping [Suggestion] Add "players per row" wrapping Oct 2, 2022
@JamesAndrewsXV
Copy link
Author

JamesAndrewsXV commented Jan 17, 2023

Hello!

It seems that with the help of https://github.com/WorstPirateYouEverSeen at bsides/horizoverlay#161, we've discovered a way to wrap the overlay via simply enabling "wrap" of the elements in the HTML editor

image

This is simply enabled by using the flex editor on the

    element for the userlist and enabling flex wrap like so

    image

    And using your native layout mode, it's automatically flexible depending on how the user resizes elements!
    image

    image

    Since we made the quick and dirty edit in ACT's dev tools, they aren't persistent. Perhaps I can attempt to send a pull request when I can. Should this wrap be a default behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant