mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-29 09:17:51 +01:00
reveal role functionality, beginnings of mod transfer
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
@@ -11,10 +10,10 @@
|
||||
background-color: #23282b;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-width: 17em;
|
||||
max-height: 24em;
|
||||
max-width: 19em;
|
||||
max-height: 80%;
|
||||
height: fit-content;
|
||||
font-family: sans-serif;
|
||||
font-size: 22px;
|
||||
flex-direction: column;
|
||||
padding: 1em;
|
||||
}
|
||||
@@ -25,7 +24,7 @@
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: calc(100% + 100px);
|
||||
background-color: rgba(0, 0, 0, 0.55);
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
z-index: 50;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user