mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
tweak language
This commit is contained in:
@@ -471,7 +471,7 @@ function initializeRemainingEventListeners(deckManager) {
|
||||
deckManager.addToCustomRoleOptions({role: name, description: description, team: team});
|
||||
updateCustomRoleOptionsList(deckManager, document.getElementById("deck-select"))
|
||||
ModalManager.dispelModal("add-role-modal", "add-role-modal-background");
|
||||
toast("Role Added", "success", true);
|
||||
toast("Role Created", "success", true);
|
||||
} else {
|
||||
toast("There is already a custom role with this name.", "error", true);
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.modal {
|
||||
border-radius: 2px;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 85%;
|
||||
z-index: 100;
|
||||
top: 50%;
|
||||
|
||||
Reference in New Issue
Block a user