Zeffuro/ZeffUI

[Suggestion]: Add separate options for vertical and horizontal padding for the "Party Cooldowns" element

ChazHanda opened this issue · 2 comments

What's your suggestion?

I'm aiming for a small Party Cooldown display, but to align a scaled-down display with the in-game party list I need to add vertical padding. The problem is that when I add padding, the cooldown icons also get padded horizontally when I would prefer for them to be close together like the default buff/debuff icons.

My end goal is to have them spaced similarly to how buffs show, but also aligned with the party list.
Example of buff spacing
Buff Spacing

This screenshot has the Party Cooldowns close to each other horizontally, but it doesn't line up vertically.
Low Padding

This screenshot has the Party Cooldowns more aligned with the party list, but the icons are spaced out horizontally.
High Padding

Great overlay! I haven't had anything else bother me.

Haven't had the time yet to do this but you can work around it with custom CSS at this point

div[id^="party-row-"] {
margin-bottom: 10px;
}

Thank you! I played around with the numbers and I got it to look how I wanted. You can close this if you don't want to leave it as a reminder.