p4535992 / foundryvtt-downtime-dnd5e

A module for Foundry VTT that allows users to keep track of downtime activities, quest progress and... Well, pretty much anything you can track with a loading bar and a %.
MIT License
3 stars 2 forks source link

Fix view for D&D5e sheet #24

Closed Igor-Iugin closed 2 months ago

Igor-Iugin commented 2 months ago

I didn't deep in the styles, but these few lines fixed a visual bug in the tab. Although it is likely to cause problems in other sheets

p4535992 commented 2 months ago

Sorry i'm very busy with real life :(, can you try out with this css ? It should be limited only to the new Dnd5e sheet

/* Fix view in D&D5e sheet */
.dnd5e2 .downtime-list .item {
    display: flex;
}
.dnd5e-theme-dark .dnd5e2 .downtime-list .item {
    display: flex;
}
Igor-Iugin commented 2 months ago

Yes, it works and doesn't break other patterns.

p4535992 commented 2 months ago

Ty for the contribution, i will do a new release this evening