Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

Remove witdh style in tah-actions #166

Closed neo2005 closed 1 year ago

neo2005 commented 1 year ago

Describe your idea When you disable the grid option in settings, the code adds a width to the div with the tah-actions class. image image

If you delete that "width" the div automatically wraps to one line. image image

Versions

Larkinabout commented 1 year ago

You can set a custom width for the menu using the dialogs. Unlock the HUD and right-click on the top-level button (Looks like it's Attack in your screenshot), go to the Other Setting tab and enter a number into Custom Width. Remember to lock the HUD again afterwards.

The width on the actions element is auto-calculated to avoid long lines like the one in your screenshot, but if your preference is a single line, a custom width is the way to go.

neo2005 commented 1 year ago

Thanks