mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
display custom role info
This commit is contained in:
@@ -135,7 +135,9 @@
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 290px;
|
||||
height: 20px;
|
||||
height: 50px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#custom-role-hamburger .hamburger-inner, #custom-role-hamburger .hamburger-inner::before, #custom-role-hamburger .hamburger-inner::after {
|
||||
|
||||
@@ -49,6 +49,29 @@
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#custom-role-info-modal {
|
||||
display: flex;
|
||||
color: #d7d7d7;
|
||||
text-align: left;
|
||||
font-family: signika-negative, sans-serif;
|
||||
}
|
||||
|
||||
#custom-role-info-modal-description {
|
||||
margin: 2em 0;
|
||||
max-height: 10em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#custom-role-info-modal-name {
|
||||
font-family: 'diavlo', sans-serif;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
#custom-role-info-modal-alignment {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#change-name-modal, #transfer-mod-modal, #role-info-modal {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user