YourFavouriteOreo / VTT-Chat-GIFs

1 stars 1 forks source link

BUG This module causes the glitches with the combat tracker #13

Closed MotoMoto1234 closed 1 year ago

MotoMoto1234 commented 1 year ago

This module causes any hidden monsters in the combat tracker in dnd5e to be hidden from the DM also in the list.

Chatgif bug

Also there is a Custom CSS module override to fix the module covering up chat:

#gifSearch {
    right: 320px;
    bottom: 50px;
    background: #000A !important;
    padding: 5px;
    border-radius: 10px;
}

#gifSearch input {
    background: #60606060 !important;
    border: 1px solid #404040;
    margin: 5px 6px;
    width: 96%;
}

#gifSearch .attribution {
    height: 10px;
    opacity: 50%;
}
Asinphi commented 1 year ago

Should be fixed with version 1.1.0.

MotoMoto1234 commented 1 year ago

Yep, updated the module yesterday looks great!