mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
fix end game/restart prompt for desktop screens
This commit is contained in:
@@ -28,7 +28,6 @@ body {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
background-color: #0f0f10;
|
||||
}
|
||||
|
||||
|
||||
@@ -452,11 +452,11 @@ label[for='moderator'] {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
font-family: 'signika-negative', sans-serif;
|
||||
font-weight: 100;
|
||||
box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 -6px 15px rgb(0 0 0 / 50%);
|
||||
bottom: 0;
|
||||
border-radius: 5px;
|
||||
/* width: fit-content; */
|
||||
@@ -465,8 +465,7 @@ label[for='moderator'] {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
background-color: #1b1a24;
|
||||
transform: translateZ(0);
|
||||
-webkit-transform: translateZ(0);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#game-control-prompt {
|
||||
|
||||
Reference in New Issue
Block a user