Norc / foundry-custom-hotbar

Foundry VTT module to add an extra functional macro hotbar above the first.
MIT License
4 stars 7 forks source link

compatibility with UI Mods that affect the Settings screen (WFRP game system) #51

Open Norc opened 4 years ago

Norc commented 4 years ago

WFRP game system is not super readable

Norc commented 4 years ago

Suae Mae Catolico's fix for Tidy UI:

#hotbar #macro-list {
    flex: 0 0 521px;
}

#custom-hotbar {
    z-index: 69;
}

#custom-macro-list {
    border: none;
    margin: 0;
    flex: 0 0 522px;
}

#custom-hotbar .macro {
    flex: 0 0 52px;
    height: 52px;
    border-radius: 0;
}

#custom-hotbar .macro:first-child {
    border-radius: 5px 0 0 5px;
}

#custom-hotbar .macro:last-child {
    border-radius: 0 5px 5px 0;
}

#custom-hotbar .macro .custom-macro-key {
    top: 0;
    right: 0;

    font-size: 12px;
    font-weight: 400;

    padding: 1px 3px 2px 4px;
    border-radius: 0 0 0 8px;
}

https://discord.com/channels/170995199584108546/513918036919713802/736319450185334864