ShoyuVanilla / FoundryVTT-Chat-Portrait

Other
14 stars 24 forks source link

An option to center token/actor name vertically #92

Closed Vesselchuck closed 2 years ago

Vesselchuck commented 2 years ago

How it is now: Screenshot_8 The better way: Screenshot_88

p4535992 commented 2 years ago

You can do that by using the css module settings, or you can specify what system are you using and i will aplly by default for that system, on the README you can find the details about the CSS CUSTOMIZATION settings.

Vesselchuck commented 2 years ago

You can do that by using the css module settings, or you can specify what system are you using and i will aplly by default for that system, on the README you can find the details about the CSS CUSTOMIZATION settings.

I am using PF2E system and I don't even have a single clue how to do any CSS CUSTOMIZATION. So it would be really great if you could do that.

Vesselchuck commented 2 years ago

You can do that by using the css module settings, or you can specify what system are you using and i will aplly by default for that system, on the README you can find the details about the CSS CUSTOMIZATION settings.

Hey, I've been told that this should help me center those:

.message .message-header {
    align-items: center;
}

So I've put that code in one of those boxes in the module settings, but it doesn't work. image image

p4535992 commented 2 years ago

i already solved for the next release, for pf2e should be enough margin:auto if you want to try

Vesselchuck commented 2 years ago

i already solved for the next release, for pf2e should be enough margin:auto if you want to try

Thanks a lot!