fix end game/restart prompt for desktop screens

This commit is contained in:
AlecM33
2022-12-31 11:19:40 -05:00
parent 9fc7792b22
commit fe79ba5a60
2 changed files with 3 additions and 5 deletions

View File

@@ -28,7 +28,6 @@ body {
flex-direction: column;
align-items: flex-start;
margin: 0 auto;
position: relative;
background-color: #0f0f10;
}

View File

@@ -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 {