ShoyuVanilla / FoundryVTT-Chat-Portrait

Other
14 stars 24 forks source link

PF2e justify-content Styling #102

Closed MrVauxs closed 2 years ago

MrVauxs commented 2 years ago

With the new 0.7.0 update, a lot of systems got their custom CSS sheets, at least from my brief look at the git history. With the update came the following styling:

.message .chat-portrait-message-header-pf2e .message-metadata {
  flex: 0 0 auto;
  margin-left: 1rem;
}

The flex: 0 0 auto; resulting in names in chat messages to look like this

image

Chrome's Breakdown of it:

image

Such styling came out of nowhere and it would be nice to be able to, at the very least, toggle it off. I very much liked having names to to the left and the details and buttons to the right, and with modules such as Illandril's Chat Enhancements, it only gets worse.

image